]> Dogcows Code - chaz/openbox/blobdiff - src/openbox.cc
Using some references instead of pointers for the menus.
[chaz/openbox] / src / openbox.cc
index d884540b77b31cbf81318d6d1711101b89b7e115..2e4eb4c7a6c787994130b346d655a2276dc332d4 100644 (file)
@@ -228,7 +228,7 @@ Openbox::Openbox(int m_argc, char **m_argv, char *dpy_name, char *rc)
 
   reconfigure_wait = reread_menu_wait = False;
 
-  timer = new BTimer(this, this);
+  timer = new BTimer(*this, *this);
   timer->setTimeout(0);
   timer->fireOnce(True);
 
This page took 0.020464 seconds and 4 git commands to generate.