]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/image.h
1. moved InheritAttributes() from wxControl to wxWindow
[wxWidgets.git] / include / wx / image.h
index 1d30b7a8f12502a3681ced91160aba25fb034728..778de2940492e5a152d923f4ecb1a35cd19d69bb 100644 (file)
@@ -10,7 +10,7 @@
 #ifndef _WX_IMAGE_H_
 #define _WX_IMAGE_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "image.h"
 #endif
 
@@ -51,7 +51,7 @@ class WXDLLEXPORT wxImageHandler: public wxObject
 {
 public:
     wxImageHandler()
-        : m_name(wxT("")), m_extension(wxT("")), m_mime(), m_type(0)
+        : m_name(wxEmptyString), m_extension(wxEmptyString), m_mime(), m_type(0)
         { }
 
 #if wxUSE_STREAMS