summaryrefslogtreecommitdiff
path: root/indra/newview/llscenemonitor.h
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2014-07-23 18:29:18 +0300
committerandreykproductengine <akleshchev@productengine.com>2014-07-23 18:29:18 +0300
commitf69b11691d9911264d42a9c53d407a808591ee7c (patch)
tree97d2165e9d969c601d2bed04968159b8f3136c8c /indra/newview/llscenemonitor.h
parentbc029b770c92f9443a30fee88d3b7a22b971b643 (diff)
MAINT-4283 FIXED [BEAR] Viewer always crashes when opening "Scene Loading Monitor" if you closed it previously with the X
Diffstat (limited to 'indra/newview/llscenemonitor.h')
-rw-r--r--indra/newview/llscenemonitor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llscenemonitor.h b/indra/newview/llscenemonitor.h
index e9ceb2aa2a..5bde3b5aab 100644
--- a/indra/newview/llscenemonitor.h
+++ b/indra/newview/llscenemonitor.h
@@ -116,6 +116,7 @@ public:
protected:
virtual void onClose(bool app_quitting=false);
+ virtual void onClickCloseBtn(bool app_quitting=false);
};
extern LLSceneMonitorView* gSceneMonitorView;