Additional changes to c3982da

This commit is contained in:
spx
2013-01-15 04:30:10 +09:00
parent c3982da712
commit 4e27d71d97
10 changed files with 134 additions and 57 deletions

View File

@ -39,7 +39,7 @@ extern CRainmeter* Rainmeter;
** The constructor
**
*/
CMeter::CMeter(CMeterWindow* meterWindow, const WCHAR* name) : CSection(name), m_MeterWindow(meterWindow),
CMeter::CMeter(CMeterWindow* meterWindow, const WCHAR* name) : CSection(meterWindow, name),
m_X(),
m_Y(),
m_W(0),