]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/longlong.h
Added Python methods to wxStyledTextCtrl that allow to get/set text in
[wxWidgets.git] / include / wx / longlong.h
index 5670a66fab343e250545fa229a55ba15ef407759..066f7a5b67f490248bac9810d38cc438cf4673b6 100644 (file)
@@ -798,7 +798,7 @@ public:
         // post increment operator
     wxULongLongWx& operator++(int) { return ++(*this); }
 
-        // substraction
+        // subtraction
     wxLongLongWx operator-(const wxULongLongWx& ll) const;
     wxULongLongWx& operator-=(const wxULongLongWx& ll);