diff options
-rw-r--r-- | base/system_monitor/system_monitor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/system_monitor/system_monitor.h b/base/system_monitor/system_monitor.h index 082c37f..e2de14c 100644 --- a/base/system_monitor/system_monitor.h +++ b/base/system_monitor/system_monitor.h @@ -66,7 +66,7 @@ class BASE_API SystemMonitor { // are finished. Observers should implement quick callback functions; if // lengthy operations are needed, the observer should take care to invoke // the operation on an appropriate thread. - class PowerObserver { + class BASE_API PowerObserver { public: // Notification of a change in power status of the computer, such // as from switching between battery and A/C power. |