]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagiff.cpp
Have to implement wxPGProperty::DeleteChildren() differently so that it will work...
[wxWidgets.git] / src / common / imagiff.cpp
index 3dd0f7f392bcbc4b8701bb627c0fad48c0e29676..428219853cf1198331ebca4791dade014a025795 100644 (file)
@@ -98,10 +98,10 @@ public:
     // constructor, destructor, etc.
     wxIFFDecoder(wxInputStream *s);
     ~wxIFFDecoder() { Destroy(); }
-    
+
     // NOTE: this function modifies the current stream position
     bool CanRead();
-    
+
     int ReadIFF();
     bool ConvertToImage(wxImage *image) const;
 };