X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/515a581d0dcf9f73d50d470ab3ff1715052fe0e1..512cfcc34118a5da1b14c8cbaae1690fd4b23a4b:/include/wx/power.h?ds=inline

diff --git a/include/wx/power.h b/include/wx/power.h
index b9ae9efc95..ccd64e8247 100644
--- a/include/wx/power.h
+++ b/include/wx/power.h
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        wx/include/wx/power.h
+// Name:        wx/power.h
 // Purpose:     functions and classes for system power management
 // Author:      Vadim Zeitlin
 // Modified by:
@@ -66,6 +66,8 @@ public:
 
 private:
     bool m_veto;
+
+    DECLARE_ABSTRACT_CLASS(wxPowerEvent)
 };
 
 BEGIN_DECLARE_EVENT_TYPES()
@@ -105,4 +107,3 @@ WXDLLIMPEXP_BASE wxPowerType wxGetPowerType();
 WXDLLIMPEXP_BASE wxBatteryState wxGetBatteryState();
 
 #endif // _WX_POWER_H_
-