]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetText.h
Restore XHTML for InsetBox.
[features.git] / src / insets / InsetText.h
index fb1fb0a6ba9e7a1d91abe9dacee8c885bb4bdbad..421870b0e6b2705e289e68a76c0dfb81053536e3 100644 (file)
@@ -222,6 +222,9 @@ private:
        mutable Text text_;
 };
 
+
+InsetText::XHTMLOptions operator|(InsetText::XHTMLOptions a1, InsetText::XHTMLOptions a2);
+
 } // namespace lyx
 
 #endif