diff options
author | McCabe Maxsted | 2010-03-30 23:39:25 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-03-30 23:39:25 -0700 |
commit | 7e458d1989ea06d06c64db4732619e03b59cf223 (patch) | |
tree | 2b4fc86591d3834baaea146d0b88b843d95ed9a2 /linden/indra/newview/floaterao.h | |
parent | Ported clientside AO from Emerald r1633 (diff) | |
download | meta-impy-7e458d1989ea06d06c64db4732619e03b59cf223.zip meta-impy-7e458d1989ea06d06c64db4732619e03b59cf223.tar.gz meta-impy-7e458d1989ea06d06c64db4732619e03b59cf223.tar.bz2 meta-impy-7e458d1989ea06d06c64db4732619e03b59cf223.tar.xz |
Made the AO toggle and work like an actual menu check
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/floaterao.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/floaterao.h b/linden/indra/newview/floaterao.h index 3ab06e0..6b356cd 100644 --- a/linden/indra/newview/floaterao.h +++ b/linden/indra/newview/floaterao.h | |||
@@ -103,6 +103,8 @@ public: | |||
103 | 103 | ||
104 | static LLUUID invfolderid; | 104 | static LLUUID invfolderid; |
105 | static const LLUUID& getAssetIDByName(const std::string& name); | 105 | static const LLUUID& getAssetIDByName(const std::string& name); |
106 | |||
107 | static bool getInstance(); | ||
106 | 108 | ||
107 | private: | 109 | private: |
108 | 110 | ||