#ifndef _WX_ICON_H_
#define _WX_ICON_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface "icon.h"
-#endif
-
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
wxIcon() { }
// copy
- wxIcon(const wxIcon& icon) { Ref(icon); }
+ wxIcon(const wxIcon& icon) : wxGDIImage(icon) { Ref(icon); }
// from raw data
wxIcon(const char bits[], int width, int height);