diff options
Diffstat (limited to 'linden/indra/newview/llfloaterland.h')
-rw-r--r-- | linden/indra/newview/llfloaterland.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterland.h b/linden/indra/newview/llfloaterland.h index 5f2b970..6e26b93 100644 --- a/linden/indra/newview/llfloaterland.h +++ b/linden/indra/newview/llfloaterland.h | |||
@@ -82,6 +82,10 @@ public: | |||
82 | virtual void onOpen(); | 82 | virtual void onOpen(); |
83 | virtual BOOL postBuild(); | 83 | virtual BOOL postBuild(); |
84 | 84 | ||
85 | // [RLVa:KB] - Checked: 2009-07-04 (RLVa-1.0.0a) | ||
86 | virtual void open(); | ||
87 | // [/RLVa:KB] | ||
88 | |||
85 | protected: | 89 | protected: |
86 | 90 | ||
87 | // Does its own instance management, so clients not allowed | 91 | // Does its own instance management, so clients not allowed |