diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloaternewim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaternewim.h b/linden/indra/newview/llfloaternewim.h index 8636e90..e4a7717 100644 --- a/linden/indra/newview/llfloaternewim.h +++ b/linden/indra/newview/llfloaternewim.h | |||
@@ -44,7 +44,7 @@ public: | |||
44 | 44 | ||
45 | /*virtual*/ BOOL postBuild(); | 45 | /*virtual*/ BOOL postBuild(); |
46 | 46 | ||
47 | /*virtual*/ BOOL handleKeyHere(KEY key, MASK mask, BOOL called_from_parent); | 47 | /*virtual*/ BOOL handleKeyHere(KEY key, MASK mask); |
48 | virtual BOOL canClose(); | 48 | virtual BOOL canClose(); |
49 | virtual void close(bool app_quitting); | 49 | virtual void close(bool app_quitting); |
50 | 50 | ||