diff options
author | richard <none@none> | 2010-01-15 14:27:44 -0800 |
---|---|---|
committer | richard <none@none> | 2010-01-15 14:27:44 -0800 |
commit | a61cf40d815884fe2839ed09a43238cc47efef28 (patch) | |
tree | 04575f5847b95e9294d408202daef4420da771d0 /indra/newview/llstatusbar.h | |
parent | a4850a1a0bc1f6faa9b820850f678d6aab655397 (diff) | |
parent | d0458d8e2d73804786467ad226b5102a1855772a (diff) |
merge
Diffstat (limited to 'indra/newview/llstatusbar.h')
-rw-r--r-- | indra/newview/llstatusbar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llstatusbar.h b/indra/newview/llstatusbar.h index 0e98da0fe4..21a98dd753 100644 --- a/indra/newview/llstatusbar.h +++ b/indra/newview/llstatusbar.h @@ -91,6 +91,7 @@ private: // simple method to setup the part that holds the date void setupDate(); + void onClickBuyCurrency(); void onVolumeChanged(const LLSD& newvalue); static void onMouseEnterVolume(LLUICtrl* ctrl); @@ -103,7 +104,6 @@ private: LLStatGraph *mSGBandwidth; LLStatGraph *mSGPacketLoss; - LLButton *mBtnBuyCurrency; LLButton *mBtnVolume; S32 mBalance; |