]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/statbmp.h
check for self assignment in operator=
[wxWidgets.git] / include / wx / palmos / statbmp.h
index 556e85348336600205464fd0eb2212ac8a887220..35113094234c82a0d4745a050e7b756342447351 100644 (file)
@@ -54,14 +54,14 @@ public:
     // vice versa
     wxIcon GetIcon() const
     {
-        wxASSERT_MSG( m_isIcon, _T("no icon in this wxStaticBitmap") );
+        wxASSERT_MSG( m_isIcon, wxT("no icon in this wxStaticBitmap") );
 
         return *(wxIcon *)m_image;
     }
 
     wxBitmap GetBitmap() const
     {
-        wxASSERT_MSG( !m_isIcon, _T("no bitmap in this wxStaticBitmap") );
+        wxASSERT_MSG( !m_isIcon, wxT("no bitmap in this wxStaticBitmap") );
 
         return *(wxBitmap *)m_image;
     }