diff options
Diffstat (limited to 'indra/newview/llfloatertopobjects.h')
-rw-r--r-- | indra/newview/llfloatertopobjects.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatertopobjects.h b/indra/newview/llfloatertopobjects.h index 071e0bc5cd..e27955c324 100644 --- a/indra/newview/llfloatertopobjects.h +++ b/indra/newview/llfloatertopobjects.h @@ -24,7 +24,7 @@ public: static void handle_land_reply(LLMessageSystem* msg, void** data); void handleReply(LLMessageSystem* msg, void** data); - void clearList(); + static void clearList(); void updateSelectionInfo(); virtual BOOL postBuild(); |