X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1fc5dd6f8eb590992150b3998266fb50dfaab227..6ef3d3d80ace13f2ef372b8f8bdf0d987b2c026f:/samples/db/listdb.h?ds=sidebyside diff --git a/samples/db/listdb.h b/samples/db/listdb.h index f510fbf130..440ad92f3b 100644 --- a/samples/db/listdb.h +++ b/samples/db/listdb.h @@ -14,12 +14,7 @@ #endif /* -/* -// SYNOPSIS START - Contains dialog class for creating a data table lookup listbox - -// SYNOPSIS STOP */ #ifndef LISTDB_DOT_H @@ -28,7 +23,7 @@ #include -const LOOKUP_COL_LEN = 250; +const int LOOKUP_COL_LEN = 250; // Global database connection extern wxDB *READONLY_DB;