]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/variant.cpp
propagating visibility states into MLTE (otherwise it is 'stealing' events at the...
[wxWidgets.git] / src / common / variant.cpp
index bbfd8f4688d5a0d7880970ccc1a708c7cc528418..466d35983017584a04704b8e684918d7ca0ceeff 100644 (file)
@@ -304,7 +304,7 @@ bool wxVariantDataStringList::Read(wxString& WXUNUSED(str))
     return false;
 }
 
-#endif //2.4 compat 
+#endif //2.4 compat
 
 /*
  * wxVariantDataLong
@@ -1994,7 +1994,7 @@ void wxVariant::ClearList()
     }
     else
     {
-        if (GetType() != wxT("list"))
+        if (!GetType().IsSameAs(wxT("list")))
         {
             delete m_data;
             m_data = NULL;