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