From 7af4b1a71ad16808ed0f8b2c7c0ddfbd1a6cc9c3 Mon Sep 17 00:00:00 2001
From: fluxgen <fluxgen>
Date: Fri, 28 Feb 2003 23:37:41 +0000
Subject: minor cleaning

---
 src/Keys.hh | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/Keys.hh b/src/Keys.hh
index d59b002..bfe3222 100644
--- a/src/Keys.hh
+++ b/src/Keys.hh
@@ -19,7 +19,7 @@
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE.
 
-// $Id: Keys.hh,v 1.19 2003/02/02 16:32:38 rathnor Exp $
+// $Id: Keys.hh,v 1.20 2003/02/28 23:37:41 fluxgen Exp $
 
 #ifndef KEYS_HH
 #define KEYS_HH
@@ -28,8 +28,9 @@
 #include <vector>
 #include <X11/Xlib.h>
 
-class Keys 
-{
+#include "NotCopyable.hh"
+
+class Keys:private FbTk::NotCopyable  {
 public:
     /**
        Key actions
@@ -69,7 +70,7 @@ public:
        @param display display connection
        @param filename file to load, default none
     */
-    Keys(Display *display, const char *filename=0);
+    explicit Keys(const char *filename=0);
     /// destructor
     ~Keys();
     /**
-- 
cgit v0.11.2