mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed that the "SetVolume 100" bang didn't work with Winamp.
This commit is contained in:
@ -60,7 +60,7 @@ public:
|
||||
void AddInstance();
|
||||
void RemoveInstance();
|
||||
void UpdateMeasure();
|
||||
virtual void AddMeasure(INT type);
|
||||
void AddMeasure(INT type);
|
||||
virtual void UpdateData() = 0;
|
||||
|
||||
bool IsInitialized() { return m_Initialized; }
|
||||
|
Reference in New Issue
Block a user