/////////////////////////////////////////////////////////////////////////
// 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
class wxTaskBarIcon: public wxObject
{
public:
- wxTaskBarIcon();
- virtual ~wxTaskBarIcon();
+ wxTaskBarIcon();
+ virtual ~wxTaskBarIcon();
// Accessors