diff options
Diffstat (limited to 'linden/indra/newview/llpaneldirplaces.h')
-rw-r--r-- | linden/indra/newview/llpaneldirplaces.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llpaneldirplaces.h b/linden/indra/newview/llpaneldirplaces.h index 7bc2b08..bd86235 100644 --- a/linden/indra/newview/llpaneldirplaces.h +++ b/linden/indra/newview/llpaneldirplaces.h | |||
@@ -56,7 +56,7 @@ public: | |||
56 | void initialQuery(); | 56 | void initialQuery(); |
57 | 57 | ||
58 | private: | 58 | private: |
59 | void queryCore(const LLString& name, S32 category, BOOL pg_only); | 59 | void queryCore(const std::string& name, S32 category, BOOL pg_only); |
60 | }; | 60 | }; |
61 | 61 | ||
62 | #endif | 62 | #endif |