]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/svg/svgtest.cpp
HP aC++ 3.80 can't handle parenthesized string literal in an initializer
[wxWidgets.git] / samples / svg / svgtest.cpp
index a353b440ced1a83f6cde056dbbafd96d59828b86..1f44b5558e726fdf9459852767357a21da89cde8 100644 (file)
@@ -1,12 +1,3 @@
-// biol75@york.ac.uk (Chris Elliott) March 2000
-
-#ifdef __BIDE__
-#define _NO_VCL
-#include "condefs.h"
-USERC("svg.rc");
-//---------------------------------------------------------------------------
-#define WinMain WinMain
-#endif
 /////////////////////////////////////////////////////////////////////////////
 // Name:        svgtest.cpp
 // Purpose:     SVG sample
@@ -37,7 +28,7 @@ USERC("svg.rc");
 #endif
 
 #include "wx/toolbar.h"
-#include "wx/svg/dcsvg.h"
+#include "wx/dcsvg.h"
 
 #include "mondrian.xpm"
 
@@ -611,7 +602,7 @@ bool MyChild::OnSave(wxString filename)
 {
     wxSVGFileDC svgDC (filename, 600, 650) ;
     m_canvas->OnDraw (svgDC);
-    return svgDC.Ok();
+    return svgDC.IsOk();
 }