fix build breaks

svn path=/trunk/boinc/; revision=20455
This commit is contained in:
Rom Walton 2010-02-06 07:51:40 +00:00
parent 4c25ac945d
commit 79723cb96a
2 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ public:
// Accessors
bool IsOK() const { return true; }
bool IsIconInstalled() const { return m_statusIcon; }
bool IsIconInstalled() const { return m_pStatusIcon; }
// Operations
virtual bool SetIcon(
@ -73,7 +73,7 @@ public:
bool PopupMenu(wxMenu *menu);
// Implementation
static bool IsBalloonsSupported() const { return true; };
bool IsBalloonsSupported() const { return true; };
// Data members
protected:

View File

@ -79,7 +79,7 @@ public:
// Implementation
WXHWND CreateTaskBarWindow( wxChar* szWindowTitle );
static bool IsBalloonsSupported();
bool IsBalloonsSupported();
long WindowProc( WXHWND hWnd, unsigned int msg, unsigned int wParam, long lParam );
// Data members