]> git.saurik.com Git - wxWidgets.git/commitdiff
Corrected compilo
authorJulian Smart <julian@anthemion.co.uk>
Mon, 21 Feb 2005 09:20:42 +0000 (09:20 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 21 Feb 2005 09:20:42 +0000 (09:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32283 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/db.cpp

index 2f19576485ff399148d0db3d47e994fb89914f62..a73b4221863e70b8c71d599f92529e248aae9c66 100644 (file)
@@ -3428,7 +3428,7 @@ bool wxDb::Catalog(const wxChar *userID, const wxString &fileName)
     wxChar    typeName[30+1];
     SDWORD    precision, length;
 
-    FILE *fp = wxFopen(fileName.c_str,wxT("wt"));
+    FILE *fp = wxFopen(fileName.c_str(),wxT("wt"));
     if (fp == NULL)
         return false;