]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/db/listdb.h
Renamed .nt makefiles to .vc and factored them out; made DND sample compile
[wxWidgets.git] / samples / db / listdb.h
index f510fbf130ad3f7f5fcdb83e9b4bb7d86719ce0c..440ad92f3b8bbe57ae23bdc47a4294f26dd12f2b 100644 (file)
 #endif
 
 /*
-/*
-// SYNOPSIS START
-
        Contains dialog class for creating a data table lookup listbox
-
-// SYNOPSIS STOP
 */
 
 #ifndef LISTDB_DOT_H
@@ -28,7 +23,7 @@
 
 #include <wx/dbtable.h>
 
-const LOOKUP_COL_LEN = 250;
+const int LOOKUP_COL_LEN = 250;
 
 // Global database connection
 extern wxDB *READONLY_DB;