--- wxCpuThrottle/src/wxcputhrottleframe.h 2007/08/08 21:00:34 20 +++ wxCpuThrottle/src/wxcputhrottleframe.h 2007/08/09 17:24:40 23 @@ -18,6 +18,9 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ +#ifndef WXCPUTHROTTLEFRAME_H +#define WXCPUTHROTTLEFRAME_H + #include #include "trayicon.h" @@ -28,9 +31,12 @@ void OnQuit( wxCommandEvent& event ); void OnAbout( wxCommandEvent& event ); void OnClose( wxCloseEvent& event ); + void SetPosition(); private: wxIcon mIcon; TrayIcon* mTrayIcon; DECLARE_EVENT_TABLE() }; + +#endif \ No newline at end of file