--- wxCpuThrottle/src/wxcputhrottleframe.h 2007/08/09 17:24:40 23 +++ wxCpuThrottle/src/wxcputhrottleframe.h 2007/08/09 20:57:19 24 @@ -23,11 +23,12 @@ #include #include "trayicon.h" +#include "acpiparser.h" class wxCpuThrottleFrame : public wxDialog { public: - wxCpuThrottleFrame( const wxString& title, const wxPoint& pos, const wxSize& size ); + wxCpuThrottleFrame(); void OnQuit( wxCommandEvent& event ); void OnAbout( wxCommandEvent& event ); void OnClose( wxCloseEvent& event ); @@ -36,7 +37,9 @@ wxIcon mIcon; TrayIcon* mTrayIcon; + AcpiParser mParser; + DECLARE_EVENT_TABLE() }; -#endif \ No newline at end of file +#endif