From 76f20728b953cb82d0de843d3eba672926a9071a Mon Sep 17 00:00:00 2001 From: fluxgen Date: Fri, 25 Oct 2002 21:11:42 +0000 Subject: const fixes --- src/Netizen.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Netizen.hh b/src/Netizen.hh index 948d0d2..f58735a 100644 --- a/src/Netizen.hh +++ b/src/Netizen.hh @@ -30,7 +30,7 @@ class BScreen; class Netizen { public: - Netizen(BScreen *scr, Window w); + Netizen(const BScreen * const scr, Window w); inline Window getWindowID() const { return window; } @@ -45,7 +45,7 @@ public: void sendConfigNotify(XEvent *xe); private: - BScreen *screen; + const BScreen * const m_screen; Display *m_display; ///< display connection Window window; XEvent event; -- cgit v0.11.2