summaryrefslogtreecommitdiff
path: root/indra/llui/llmultifloater.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llui/llmultifloater.h')
-rw-r--r--indra/llui/llmultifloater.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/llmultifloater.h b/indra/llui/llmultifloater.h
index f299ae5dd3..44514a6246 100644
--- a/indra/llui/llmultifloater.h
+++ b/indra/llui/llmultifloater.h
@@ -45,8 +45,8 @@ public:
virtual BOOL postBuild();
/*virtual*/ void onOpen(const LLSD& key);
- /*virtual*/ void draw();
- /*virtual*/ void setVisible(BOOL visible);
+ virtual void draw();
+ virtual void setVisible(BOOL visible);
/*virtual*/ BOOL handleKeyHere(KEY key, MASK mask);
/*virtual*/ bool addChild(LLView* view, S32 tab_group = 0);