diff options
author | Jacek Antonelli | 2008-09-06 18:24:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-06 18:25:07 -0500 |
commit | 798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch) | |
tree | 1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/newview/lltoolplacer.h | |
parent | Second Life viewer sources 1.20.15 (diff) | |
download | meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2 meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz |
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/newview/lltoolplacer.h')
-rw-r--r-- | linden/indra/newview/lltoolplacer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/lltoolplacer.h b/linden/indra/newview/lltoolplacer.h index 3e4cad7..7c3db8c 100644 --- a/linden/indra/newview/lltoolplacer.h +++ b/linden/indra/newview/lltoolplacer.h | |||
@@ -98,7 +98,7 @@ public: | |||
98 | static LLPCode sGrass; | 98 | static LLPCode sGrass; |
99 | 99 | ||
100 | private: | 100 | private: |
101 | void addButton( const LLString& up_state, const LLString& down_state, LLPCode* pcode ); | 101 | void addButton( const std::string& up_state, const std::string& down_state, LLPCode* pcode ); |
102 | 102 | ||
103 | private: | 103 | private: |
104 | static S32 sButtonsAdded; | 104 | static S32 sButtonsAdded; |