mirror of https://github.com/BOINC/boinc.git
parent
5955baceec
commit
6ffb000f90
|
@ -157,7 +157,7 @@ bool wxTaskBarIconEx::SetBalloon(const wxIcon& icon, const wxString title, const
|
|||
wxLogTrace(wxT("Function Start/End"), wxT("wxTaskBarIconEx::SetBalloon - Function Begin"));
|
||||
|
||||
bool retval = false;
|
||||
GError* error;
|
||||
GError error;
|
||||
|
||||
if (!IsOK())
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue