]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imaggif.cpp
Store property name and value in wxPropertyGridEvent, keep track of live event instan...
[wxWidgets.git] / src / common / imaggif.cpp
index 7c7ef7c8e37dc19f42c1fc1f182b06f1d076bb28..fdb9a4971d1af78c4521d8d47c9fe2bb64c1d961 100644 (file)
@@ -109,7 +109,7 @@ int wxGIFHandler::DoGetImageCount( wxInputStream& stream )
     wxGIFErrorCode error = decod.LoadGIF(stream);
     if ( (error != wxGIF_OK) && (error != wxGIF_TRUNCATED) )
         return -1;
-    
+
     // NOTE: this function modifies the current stream position but it's ok
     //       (see wxImageHandler::GetImageCount)