Code cleanup.

This commit is contained in:
spx
2011-11-03 00:13:42 +00:00
parent 8339d22a0f
commit 22c36f8b49
4 changed files with 15 additions and 19 deletions

View File

@ -235,6 +235,9 @@ public:
int GetUpdateCounter() { return m_UpdateCounter; }
int GetTransitionUpdate() { return m_TransitionUpdate; }
bool GetMeterToolTipHidden() { return m_ToolTipHidden; }
bool GetMeterMouseActionCursor() { return m_MouseActionCursor; }
void AddMeasureBang(const WCHAR* bang, int index, CMeasure* measure);
LRESULT OnCopyData(UINT uMsg, WPARAM wParam, LPARAM lParam);