From 72af8cea6a0573f7d2c004102cd04f1a1ad88798 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 14 Apr 2002 13:58:17 +0000 Subject: using some references instead of pointers where possible in Screen, ScreenInfo, Slit, Toolbar, and Netizen --- src/Slit.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Slit.h') diff --git a/src/Slit.h b/src/Slit.h index 1c644f2c..cef5d6c6 100644 --- a/src/Slit.h +++ b/src/Slit.h @@ -96,8 +96,8 @@ private: Bool on_top, hidden, do_auto_hide; Display *display; - Openbox *openbox; - BScreen *screen; + Openbox &openbox; + BScreen &screen; BTimer *timer; LinkedList *clientList; @@ -117,7 +117,7 @@ private: public: - Slit(BScreen *); + Slit(BScreen &); virtual ~Slit(); inline const Bool &isOnTop(void) const { return on_top; } -- cgit v1.2.3