]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/tex2lyx.cpp
fix msvc linker error: for the linker struct and class isn't the same here
[lyx.git] / src / tex2lyx / tex2lyx.cpp
index 3984742f0baf71e80c47d65fdf1d04ad22f90e89..c189a26ca3251ef5cda549f8954d1e7bd3caf7c8 100644 (file)
@@ -67,6 +67,12 @@ void TexRow::newlines(int)
 {}
 
 
+// Dummy LyXRC support
+class LyXRC {
+       string icon_set;
+} lyxrc;
+
+
 // Dummy translation support
 Messages messages_;
 Messages const & getMessages(std::string const &)