X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdesigner%2Finput.h;h=85a58584a41e11d17989ed9cd584b579a0fc1154;hb=3dfcd6a470a96dc7b6f2f100e604c7f0db6da00c;hp=e3fc7c34147441e335a4e0757f12a29b7d27cc04;hpb=17c219cff8f859978ec1274786319478cc99450c;p=r2c2.git diff --git a/source/designer/input.h b/source/designer/input.h index e3fc7c3..85a5858 100644 --- a/source/designer/input.h +++ b/source/designer/input.h @@ -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); };