X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdrawtextaction.cpp;h=5e44d8090abea8fad0626ceb43402401155b7f03;hb=dbfab6256efe6b03e9750e33081d9dcdcdfc1c34;hp=b6a0715339e9b1c6157196e058330ffde402b7d3;hpb=921bf050ffe5fc81a9ab377e634180e659ee5d5d;p=architektonas diff --git a/src/drawtextaction.cpp b/src/drawtextaction.cpp index b6a0715..5e44d80 100644 --- a/src/drawtextaction.cpp +++ b/src/drawtextaction.cpp @@ -86,14 +86,12 @@ DrawTextAction::~DrawTextAction() } -/*virtual*/ bool DrawTextAction::KeyDown(int /*key*/) +/*virtual*/ void DrawTextAction::KeyDown(int /*key*/) { - return false; } -/*virtual*/ bool DrawTextAction::KeyReleased(int /*key*/) +/*virtual*/ void DrawTextAction::KeyReleased(int /*key*/) { - return false; }