diff options
author | dmitrykproductengine <none@none> | 2013-09-13 13:11:41 +0300 |
---|---|---|
committer | dmitrykproductengine <none@none> | 2013-09-13 13:11:41 +0300 |
commit | a6c4863a6a14123d59955ad8fb0df82a8ac74faf (patch) | |
tree | 9899c37ed8c9901576d72d635fa949cd1aa1caff /indra/newview/llfasttimerview.h | |
parent | 2a93275a2b73c0710fc21923212766d26509ea28 (diff) |
Build fix after patch for MAINT-3137
Diffstat (limited to 'indra/newview/llfasttimerview.h')
-rwxr-xr-x | indra/newview/llfasttimerview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfasttimerview.h b/indra/newview/llfasttimerview.h index 5766cfa0b0..1349b1e99c 100755 --- a/indra/newview/llfasttimerview.h +++ b/indra/newview/llfasttimerview.h @@ -63,7 +63,7 @@ public: F64 getTime(const std::string& name); protected: - virtual void onClickCloseBtn(); + virtual void onClickCloseBtn(bool app_quitting = false); private: typedef std::vector<std::vector<S32> > bar_positions_t; bar_positions_t mBarStart; |