]> git.lyx.org Git - lyx.git/blobdiff - src/CiteEnginesList.h
Provide proper fallback if a bibliography processor is not found
[lyx.git] / src / CiteEnginesList.h
index 83fb87516182d1c2a1c52f2d3249ca582760d2ff..24bec03852015130ec8cb5cf2620dc097cd028e6 100644 (file)
@@ -80,6 +80,8 @@ public:
        ///
        std::vector<std::string> const & getPackageList() const
                { return package_list_; }
+       ///
+       bool requires(std::string const p) const;
 private:
        /// what appears in the ui
        std::string name_;
@@ -154,5 +156,5 @@ public:
 };
 
 extern CiteEnginesList theCiteEnginesList;
-}
+} // namespace lyx
 #endif