diff options
Diffstat (limited to 'platform/osx/power_osx.h')
-rw-r--r-- | platform/osx/power_osx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/osx/power_osx.h b/platform/osx/power_osx.h index a4aee31117..c638dc675a 100644 --- a/platform/osx/power_osx.h +++ b/platform/osx/power_osx.h @@ -41,7 +41,7 @@ private: int nsecs_left; int percent_left; PowerState power_state; - void checkps(CFDictionaryRef dict, bool * have_ac, bool * have_battery, bool * charging); + void checkps(CFDictionaryRef dict, bool *have_ac, bool *have_battery, bool *charging); bool GetPowerInfo_MacOSX(/*PowerState * state, int *seconds, int *percent*/); bool UpdatePowerInfo(); |