diff options
Diffstat (limited to 'indra/llui/llwindowshade.h')
| -rw-r--r-- | indra/llui/llwindowshade.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llwindowshade.h b/indra/llui/llwindowshade.h index da29188943..ee230cd2f6 100644 --- a/indra/llui/llwindowshade.h +++ b/indra/llui/llwindowshade.h @@ -49,7 +49,7 @@ public:      };      void show(LLNotificationPtr); -    /*virtual*/ void draw(); +    void draw() override;      void hide();      bool isShown() const;  | 
