]> 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 8f373d83edb59a699e8ef5e4a22978dfcfd02f5a..c189a26ca3251ef5cda549f8954d1e7bd3caf7c8 100644 (file)
@@ -58,6 +58,21 @@ namespace Alert {
 }
 
 
+// Dummy texrow support
+void TexRow::newline()
+{}
+
+
+void TexRow::newlines(int)
+{}
+
+
+// Dummy LyXRC support
+class LyXRC {
+       string icon_set;
+} lyxrc;
+
+
 // Dummy translation support
 Messages messages_;
 Messages const & getMessages(std::string const &)