]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/dataobj.cpp
gtk version check should be runtime, not compile time
[wxWidgets.git] / src / gtk / dataobj.cpp
index 55d829e2d060b5c0c092075933211731960a5510..ce2ec4730b91e7c7fccfb43c043a30fc03c60637 100644 (file)
@@ -278,7 +278,7 @@ bool wxFileDataObject::SetData(size_t WXUNUSED(size), const void *buf)
                     // skip the slashes
                     lenPrefix += 2;
                 }
-                
+
                 // It would probably be nicer to use a GTK or Glib
                 // function to unescape the 8-bit strings pointed to
                 // by buf, but this does the same in wx code.