From 351f1d03315b84887b7532c35bdd8a49bdce1d43 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 14 Apr 2002 11:37:22 +0000 Subject: Using some references instead of pointers for the menus. --- src/openbox.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/openbox.cc') diff --git a/src/openbox.cc b/src/openbox.cc index d884540b..2e4eb4c7 100644 --- a/src/openbox.cc +++ b/src/openbox.cc @@ -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); -- cgit v1.2.3