]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/dbbrowse/browsedb.h
Applied patch [ 1117196 ] dbbrowse crashes on CFM Mac builds
[wxWidgets.git] / demos / dbbrowse / browsedb.h
index 71d66f8f977a944ec0fe30d405b8177ef7d6fefa..5abeb8ec4ccf46e21b74ffdb0aad68a53b079e28 100644 (file)
@@ -1,7 +1,7 @@
 //----------------------------------------------------------------------------------------
 // Name:        browsedb.h
 // Purpose:     a wxDb class
-// Author:      Mark Johnson, mj10777@gmx.net
+// Author:      Mark Johnson
 // Modified by:
 // Created:     19991127.mj10777
 // Copyright:   (c) Mark Johnson
@@ -70,7 +70,7 @@ public:
     bool           OnExecSql(wxString SQLStmt,int Quiet);
     bool           OnGetNext(int Cols,int Quiet);
     wxDbInf*       OnGetCatalog(int Quiet);
-    wxDbColInf*    OnGetColumns(char *tableName, int numCols,int Quiet);
+    wxDbColInf*    OnGetColumns(wxChar *tableName, UWORD numCols,int Quiet);
     void           OnFillSqlTyp();
     void           OnFilldbTyp();
     //---------------------------------------------------------------------------------------