fix msvc linker error: for the linker struct and class isn't the same here

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38092 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2011-03-28 07:06:20 +00:00
parent 69c46adc93
commit 2874889b9b

View File

@ -68,7 +68,7 @@ void TexRow::newlines(int)
// Dummy LyXRC support
struct LyXRC {
class LyXRC {
string icon_set;
} lyxrc;