aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterstats.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloaterstats.h')
-rw-r--r--linden/indra/newview/llfloaterstats.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterstats.h b/linden/indra/newview/llfloaterstats.h
index 0b6feb0..15a8362 100644
--- a/linden/indra/newview/llfloaterstats.h
+++ b/linden/indra/newview/llfloaterstats.h
@@ -45,7 +45,7 @@ class LLFloaterStats : public LLFloater
45 LLFloaterStats(const LLRect& rect); 45 LLFloaterStats(const LLRect& rect);
46 virtual ~LLFloaterStats(); 46 virtual ~LLFloaterStats();
47 void addStatView(LLStatView* stat); 47 void addStatView(LLStatView* stat);
48 void reshape(S32 width, S32 height); 48 void reshape(S32 width, S32 height, BOOL called_from_parent = TRUE);
49 void onClose(bool app_quitting); 49 void onClose(bool app_quitting);
50 50
51 private: 51 private: