Fix LyX after r31772 (bug #6294).

The declaration should match the definition.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31806 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2009-10-30 14:57:21 +00:00
parent b143ce0148
commit 1cf4251488

View File

@ -43,11 +43,11 @@ namespace lyx {
// Strings used to read and write .lyx format files
//
// These are defined in FontInfo.cpp
extern char const ** LyXFamilyNames;
extern char const ** LyXSeriesNames;
extern char const ** LyXShapeNames;
extern char const ** LyXSizeNames;
extern char const ** LyXMiscNames;
extern char const * LyXFamilyNames[NUM_FAMILIES + 2];
extern char const * LyXSeriesNames[4];
extern char const * LyXShapeNames[6];
extern char const * LyXSizeNames[14];
extern char const * LyXMiscNames[5];
//
// Names for the GUI