]> Dogcows Code - chaz/openbox/blobdiff - src/Toolbar.h
added some consts to the cascade code
[chaz/openbox] / src / Toolbar.h
index 24892ccd8743c8801e8c451045b96e3824e95ef3..45962c95ef882b8cd323f0aa8c8227de87cb8517 100644 (file)
@@ -88,9 +88,9 @@ private:
     virtual void timeout(void);
   } hide_handler;
 
-  Openbox *openbox;
+  Openbox &openbox;
   BImageControl *image_ctrl;
-  BScreen *screen;
+  BScreen &screen;
   BTimer *clock_timer, *hide_timer;
   Toolbarmenu *toolbarmenu;
 
@@ -103,7 +103,7 @@ private:
 
 
 public:
-  Toolbar(BScreen *);
+  Toolbar(BScreen &);
   virtual ~Toolbar(void);
 
   inline Toolbarmenu *getMenu(void) { return toolbarmenu; }
This page took 0.021224 seconds and 4 git commands to generate.