(svn r17142) -Fix [FS#3103] (r17139): MSVC didn't like some template stuff

This commit is contained in:
rubidium
2009-08-10 10:25:40 +00:00
parent 9192402bfb
commit f21b0a0cc8
3 changed files with 10 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ struct BaseSet {
static const size_t NUM_FILES = Tnum_files;
/** Internal names of the files in this set. */
static const char *file_names[Tnum_files];
static const char **file_names;
const char *name; ///< The name of the base set
const char *description; ///< Description of the base set