]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbibtex.h
convert graphics for .tex export, fixes bug 1231
[lyx.git] / src / insets / insetbibtex.h
index ea64e5efee77891da001fb17353bbfe68edc9558..0a7cbf7093a71798a37cca582c9a118b35bb216a 100644 (file)
@@ -44,9 +44,11 @@ public:
        bool addDatabase(std::string const &);
        ///
        bool delDatabase(std::string const &);
+       ///
+       void validate(LaTeXFeatures &) const;
 protected:
        ///
-       virtual void priv_dispatch(LCursor & cur, FuncRequest const & cmd);
+       virtual void priv_dispatch(LCursor & cur, FuncRequest & cmd);
 };
 
 #endif // INSET_BIBTEX_H