]> git.tdb.fi Git - r2c2.git/blobdiff - source/designer/input.h
Make some internal colors darker to match linear color space
[r2c2.git] / source / designer / input.h
index e3fc7c34147441e335a4e0757f12a29b7d27cc04..85a58584a41e11d17989ed9cd584b579a0fc1154 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of the MSP Märklin suite
-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);
 };