summaryrefslogtreecommitdiff
path: root/indra/newview/llclassifiedinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llclassifiedinfo.h')
-rw-r--r--indra/newview/llclassifiedinfo.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llclassifiedinfo.h b/indra/newview/llclassifiedinfo.h
index cc5a6bf28f..37134c7e5b 100644
--- a/indra/newview/llclassifiedinfo.h
+++ b/indra/newview/llclassifiedinfo.h
@@ -37,7 +37,6 @@
#include "v3dmath.h"
#include "lluuid.h"
-#include "lluserauth.h"
class LLMessageSystem;
@@ -46,7 +45,7 @@ class LLClassifiedInfo
public:
LLClassifiedInfo() {}
- static void loadCategories(LLUserAuth::options_t event_options);
+ static void loadCategories(const LLSD& options);
typedef std::map<U32, std::string> cat_map;
static cat_map sCategories;