]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/db.h
string iterator's operator- should return difference_type, not size_t or unsigned
[wxWidgets.git] / include / wx / db.h
index 7c3924b57db667bb623c815b109d4652dda5d72e..13c882cdea40819be8083b8c0b6e712d8d7bd65a 100644 (file)
@@ -525,7 +525,7 @@ private:
     bool             getDataTypeInfo(SWORD fSqlType, wxDbSqlTypeInfo &structSQLTypeInfo);
     bool             setConnectionOptions(void);
     void             logError(const wxString &errMsg, const wxString &SQLState);
-    const wxChar    *convertUserID(const wxChar *userID, wxString &UserID);
+    void             convertUserID(const wxChar *userID, wxString &UserID);
     bool             determineDataTypes(bool failOnDataTypeUnsupported);
     void             initialize();
     bool             open(bool failOnDataTypeUnsupported=true);