]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/graphics.cpp
compilation fix after last change
[wxWidgets.git] / src / msw / graphics.cpp
index ff3313993a96b912904974ab2d99ed45a06af0e7..d41d1db4c347365ac6142b758467e81af66b617e 100644 (file)
@@ -178,7 +178,7 @@ public :
     // gets the component valuess of the matrix
     virtual void Get(wxDouble* a=NULL, wxDouble* b=NULL,  wxDouble* c=NULL,
                      wxDouble* d=NULL, wxDouble* tx=NULL, wxDouble* ty=NULL) const;
-       
+
     // makes this the inverse matrix
     virtual void Invert();