X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cba5db5ff0eb2a05ff042789b212a4e9ee0db676..eaafd2f8b7acf211feb30c86db037fffe22ee565:/include/wx/mac/taskbar.h diff --git a/include/wx/mac/taskbar.h b/include/wx/mac/taskbar.h index dd17b4930b..d896d3dfa2 100644 --- a/include/wx/mac/taskbar.h +++ b/include/wx/mac/taskbar.h @@ -1,19 +1,19 @@ ///////////////////////////////////////////////////////////////////////// // File: taskbar.h -// Purpose: Defines wxTaskBarIcon class for manipulating icons on the +// Purpose: Defines wxTaskBarIcon class for manipulating icons on the // task bar. Optional. -// Author: AUTHOR +// Author: Stefan Csomor // Modified by: -// Created: ??/??/98 +// Created: 1998-01-01 // RCS-ID: $Id$ // Copyright: (c) -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////// #ifndef _WX_TASKBAR_H_ #define _WX_TASKBAR_H_ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "taskbar.h" #endif @@ -23,8 +23,8 @@ class wxTaskBarIcon: public wxObject { public: - wxTaskBarIcon(); - virtual ~wxTaskBarIcon(); + wxTaskBarIcon(); + virtual ~wxTaskBarIcon(); // Accessors