]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/affinematrix2d.h
Add files necessary to run Expat configure.
[wxWidgets.git] / interface / wx / affinematrix2d.h
index b600494f4c05f3a13bb45d278409129d292e855c..99f84c4371dd39672882170926ae01cf9479998d 100644 (file)
@@ -173,7 +173,7 @@ public:
     void TransformPoint(wxDouble* x, wxDouble* y) const;
 
     /**
-        Applies the linear part of this matrix, i.e. without translation.
+        Applies the linear part of this matrix, i.e.\ without translation.
 
         @param p
             The source receiving the transformations.