diff options
Diffstat (limited to 'src/Keys.hh')
-rw-r--r-- | src/Keys.hh | 9 |
1 files 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 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: Keys.hh,v 1.19 2003/02/02 16:32:38 rathnor Exp $ | 22 | // $Id: Keys.hh,v 1.20 2003/02/28 23:37:41 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef KEYS_HH | 24 | #ifndef KEYS_HH |
25 | #define KEYS_HH | 25 | #define KEYS_HH |
@@ -28,8 +28,9 @@ | |||
28 | #include <vector> | 28 | #include <vector> |
29 | #include <X11/Xlib.h> | 29 | #include <X11/Xlib.h> |
30 | 30 | ||
31 | class Keys | 31 | #include "NotCopyable.hh" |
32 | { | 32 | |
33 | class Keys:private FbTk::NotCopyable { | ||
33 | public: | 34 | public: |
34 | /** | 35 | /** |
35 | Key actions | 36 | Key actions |
@@ -69,7 +70,7 @@ public: | |||
69 | @param display display connection | 70 | @param display display connection |
70 | @param filename file to load, default none | 71 | @param filename file to load, default none |
71 | */ | 72 | */ |
72 | Keys(Display *display, const char *filename=0); | 73 | explicit Keys(const char *filename=0); |
73 | /// destructor | 74 | /// destructor |
74 | ~Keys(); | 75 | ~Keys(); |
75 | /** | 76 | /** |