fix build break

svn path=/trunk/boinc/; revision=20512
This commit is contained in:
Rom Walton 2010-02-10 22:04:26 +00:00
parent 9eab3343f3
commit 448347a886
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ public:
// Accessors // Accessors
bool IsOK() const { return true; } bool IsOK() const { return true; }
bool IsIconInstalled() const; bool IsIconInstalled() const;
wxInt32 GetTaskbarID const { return m_iTaskbarID; } wxInt32 GetTaskbarID() const { return m_iTaskbarID; }
wxInt32 GetNotificationID const { return m_iNotificationID; } wxInt32 GetNotificationID() const { return m_iNotificationID; }
// Operations // Operations
virtual bool SetIcon( virtual bool SetIcon(