]> git.tdb.fi Git - r2c2.git/blobdiff - source/designer/input.h
Also check if the clock is stopped
[r2c2.git] / source / designer / input.h
index a9ecfe1012c77168f24eb2f5d2913866712979b2..85a58584a41e11d17989ed9cd584b579a0fc1154 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of R²C²
-Copyright © 2006-2008, 2010  Mikkosoft Productions, Mikko Rasa
-Distributed under the GPL
-*/
-
 #ifndef INPUT_H_
 #define INPUT_H_
 
@@ -27,7 +20,7 @@ private:
 public:
        InputDialog(Designer &, const std::string &, const std::string & =std::string());
 private:
-       virtual void key_press(unsigned, unsigned, wchar_t);
+       virtual void key_press(unsigned, unsigned);
        virtual void on_response(int);
 };