summaryrefslogtreecommitdiff
path: root/indra/newview/llsceneview.h
diff options
context:
space:
mode:
authordmitrykproductengine <none@none>2013-09-13 13:11:41 +0300
committerdmitrykproductengine <none@none>2013-09-13 13:11:41 +0300
commita6c4863a6a14123d59955ad8fb0df82a8ac74faf (patch)
tree9899c37ed8c9901576d72d635fa949cd1aa1caff /indra/newview/llsceneview.h
parent2a93275a2b73c0710fc21923212766d26509ea28 (diff)
Build fix after patch for MAINT-3137
Diffstat (limited to 'indra/newview/llsceneview.h')
-rwxr-xr-xindra/newview/llsceneview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llsceneview.h b/indra/newview/llsceneview.h
index 2a3a14bbee..1fceecb9e1 100755
--- a/indra/newview/llsceneview.h
+++ b/indra/newview/llsceneview.h
@@ -38,7 +38,7 @@ public:
virtual void draw();
protected:
- virtual void onClickCloseBtn();
+ virtual void onClickCloseBtn(bool app_qutting = false);
};