]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dcsvg.h
added operator-(const wxChar *, const wxCStrData&) to allow compilation of the code...
[wxWidgets.git] / include / wx / dcsvg.h
index a58fce54e715d966a83f3fbe551d8571ab0e23c2..8808122b8c711095fac557399c295ba5df873cfe 100644 (file)
@@ -1,13 +1,21 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/dcsvg.h
+// Purpose:     wxSVGFileDC
+// Author:      Chris Elliott
+// Modified by:
+// Created:
+// Copyright:   (c) Chris Elliott
+// RCS-ID:      $Id$
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef __DCSVG_H
 #define __DCSVG_H
+
 #include "wx/wfstream.h"
 #include "wx/string.h"
 
 #define wxSVGVersion wxT("v0100")
-#ifdef __BORLANDC__
-#pragma warn -rch
-#pragma warn -ccc
-#endif
 
 class WXDLLIMPEXP_CORE wxSVGFileDC : public wxDC
 {
@@ -296,12 +304,6 @@ class WXDLLIMPEXP_CORE wxSVGFileDC : public wxDC
 
         void StartPage()
             {  return ; };
-
-
 };
 
-#ifdef __BORLANDC__
-#pragma warn .rch
-#pragma warn .ccc
-#endif
-#endif
+#endif      // __DCSVG_H