]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/strvararg.h
osx 64 bit multilib build needs an explicit export as in this architecture our visibi...
[wxWidgets.git] / include / wx / strvararg.h
index 7dc661217176289ecd1f85948903f076d8bdaf80..eff6e627cb7962c989840e2027403521a2588d4a 100644 (file)
@@ -207,7 +207,7 @@ public:
         { return const_cast<wxFormatString*>(this)->AsChar(); }
 private:
     // InputAsChar() returns the value passed to ctor, only converted
-    // to char, while AsChar() takes the the string returned by InputAsChar()
+    // to char, while AsChar() takes the string returned by InputAsChar()
     // and does format string conversion on it as well (and similarly for
     // ..AsWChar() below)
     const char* InputAsChar();