author | eilers <eilers> | 2003-09-03 14:38:48 (UTC) |
---|---|---|
committer | eilers <eilers> | 2003-09-03 14:38:48 (UTC) |
commit | fa6baf2326a520cde75f1178bab51c9fc3f6cec3 (patch) (unidiff) | |
tree | d8883195eb681b235ab84bc02546ff5fbce45493 | |
parent | a0dc2e500265eff0e76934cf02ef2aedb90cec0d (diff) | |
download | opie-fa6baf2326a520cde75f1178bab51c9fc3f6cec3.zip opie-fa6baf2326a520cde75f1178bab51c9fc3f6cec3.tar.gz opie-fa6baf2326a520cde75f1178bab51c9fc3f6cec3.tar.bz2 |
Inline prevevented me to compile it..
-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 | |||
@@ -76,9 +76,9 @@ signals: | |||
76 | void activate(const Opie::ODeviceButton*,bool); | 76 | void activate(const Opie::ODeviceButton*,bool); |
77 | 77 | ||
78 | 78 | ||
79 | private: | 79 | private: |
80 | inline bool keyRegistered( int key ); | 80 | bool keyRegistered( int key ); |
81 | int held_tid; | 81 | int held_tid; |
82 | const Opie::ODeviceButton* heldButton; | 82 | const Opie::ODeviceButton* heldButton; |
83 | KeyRegisterList m_keys; | 83 | KeyRegisterList m_keys; |
84 | }; | 84 | }; |