diff options
author | McCabe Maxsted | 2009-09-14 17:52:41 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-09-14 17:52:41 -0700 |
commit | 7f090f7bec5264ca9e203c27dfb6b2992bb2bcbd (patch) | |
tree | 0243666021de3ae6ac61a6c6f4e57d42771fe964 /linden/indra/newview/llfloaterland.h | |
parent | Applied BlockClickSit debug setting from Emerald to block sit click action (diff) | |
download | meta-impy-7f090f7bec5264ca9e203c27dfb6b2992bb2bcbd.zip meta-impy-7f090f7bec5264ca9e203c27dfb6b2992bb2bcbd.tar.gz meta-impy-7f090f7bec5264ca9e203c27dfb6b2992bb2bcbd.tar.bz2 meta-impy-7f090f7bec5264ca9e203c27dfb6b2992bb2bcbd.tar.xz |
Merged in jacek/next
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 |