aboutsummaryrefslogtreecommitdiff
path: root/Gem/develop/include/Gem/Base/GemWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'Gem/develop/include/Gem/Base/GemWindow.h')
-rw-r--r--Gem/develop/include/Gem/Base/GemWindow.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/Gem/develop/include/Gem/Base/GemWindow.h b/Gem/develop/include/Gem/Base/GemWindow.h
index b1bdc7f..f2946f8 100644
--- a/Gem/develop/include/Gem/Base/GemWindow.h
+++ b/Gem/develop/include/Gem/Base/GemWindow.h
@@ -27,20 +27,21 @@ CLASS
DESCRIPTION
-----------------------------------------------------------------*/
-namespace gem {
- class Context;
+namespace gem
+{
+class Context;
};
class GemBase;
class GEM_EXTERN GemWindow : public CPPExtern
{
- CPPEXTERN_HEADER(GemWindow, CPPExtern);
+ CPPEXTERN_HEADER(GemWindow, CPPExtern);
- private:
+private:
class PIMPL;
PIMPL*m_pimpl;
- public:
+public:
//////////
// Constructor
@@ -50,7 +51,7 @@ class GEM_EXTERN GemWindow : public CPPExtern
// Destructor
virtual ~GemWindow(void);
- public:
+public:
/* OUTPUT */
/* an outlet to propagate information to the patch... mainly callbacks from the context */
@@ -196,7 +197,7 @@ class GEM_EXTERN GemWindow : public CPPExtern
/* fallback callback */
virtual void anyMess(t_symbol*s, int argc, t_atom*argv);
- protected:
+protected:
unsigned int m_width, m_height;
// common properties of GemWindow's
@@ -217,4 +218,4 @@ class GEM_EXTERN GemWindow : public CPPExtern
-#endif // for header file
+#endif // for header file