X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1fc5dd6f8eb590992150b3998266fb50dfaab227..3959bace922c8b0d920206f606cd48edb92dfbdb:/samples/db/listdb.h 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;