-rw-r--r-- | core/launcher/serverapp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/launcher/serverapp.h b/core/launcher/serverapp.h index 0a3259a..fe3f24a 100644 --- a/core/launcher/serverapp.h +++ b/core/launcher/serverapp.h @@ -78,5 +78,5 @@ signals: private: - inline bool keyRegistered( int key ); + bool keyRegistered( int key ); int held_tid; const Opie::ODeviceButton* heldButton; |