diff options
| author | Richard Linden <none@none> | 2013-11-12 11:42:06 -0800 |
|---|---|---|
| committer | Richard Linden <none@none> | 2013-11-12 11:42:06 -0800 |
| commit | 6ddfc8031c73f342cf8459445a20cd50ceb3efba (patch) | |
| tree | 4a209fa66ac39930c089a1477a1f4eb2542ad5bb /indra/newview/llscenemonitor.cpp | |
| parent | b6688529877e9f3a46d251c64c002fbe8fd8cbb6 (diff) | |
BUILDFIX - miscellaneous stuff missed in the merge
Diffstat (limited to 'indra/newview/llscenemonitor.cpp')
| -rw-r--r-- | indra/newview/llscenemonitor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llscenemonitor.cpp b/indra/newview/llscenemonitor.cpp index 6c35ae2672..44ab35420b 100644 --- a/indra/newview/llscenemonitor.cpp +++ b/indra/newview/llscenemonitor.cpp @@ -699,7 +699,7 @@ LLSceneMonitorView::LLSceneMonitorView(const LLRect& rect) setCanClose(true); } -void LLSceneMonitorView::onClickCloseBtn() +void LLSceneMonitorView::onClose(bool app_quitting) { setVisible(false); } |
