]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagxpm.cpp
Add another test for the insertion point position after SetValue().
[wxWidgets.git] / src / common / imagxpm.cpp
index 3f1caeaf46a07610a520c1b70674ffc7341f767e..2850e770e61d616ea871e434897134934b43cddd 100644 (file)
@@ -218,6 +218,7 @@ bool wxXPMHandler::DoCanRead(wxInputStream& stream)
 {
     wxXPMDecoder decoder;
     return decoder.CanRead(stream);
+         // it's ok to modify the stream position here
 }
 
 #endif  // wxUSE_STREAMS