mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 14:15:32 +00:00
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:
parent
69c46adc93
commit
2874889b9b
@ -68,7 +68,7 @@ void TexRow::newlines(int)
|
||||
|
||||
|
||||
// Dummy LyXRC support
|
||||
struct LyXRC {
|
||||
class LyXRC {
|
||||
string icon_set;
|
||||
} lyxrc;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user