]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/opengl/penguin/dxfrenderer.cpp
don't require at least 8 bytes of sound data (patch 1340767); do check that we have...
[wxWidgets.git] / samples / opengl / penguin / dxfrenderer.cpp
index 35481f884d7000ab8993b0cf27876177b22b358f..174fa05fc4a22d52556363dff0e81a95ac1d5786 100644 (file)
@@ -39,7 +39,7 @@
 
 #include "dxfrenderer.h"
 
-#include <wx/listimpl.cpp>
+#include "wx/listimpl.cpp"
 WX_DEFINE_LIST(DXFEntityList)
 WX_DEFINE_LIST(DXFLayerList)
 
@@ -557,7 +557,7 @@ bool DXFRenderer::Load(wxInputStream& stream)
                         return false;
                 }
                 else if (line2 == wxT("TABLES"))
-                { 
+                {
                     if (!ParseTables(stream))
                         return false;
                 }