X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCiteEnginesList.h;h=24bec03852015130ec8cb5cf2620dc097cd028e6;hb=19b840ae23a888300f9a5c03971351b546cce93d;hp=83fb87516182d1c2a1c52f2d3249ca582760d2ff;hpb=425c190d623daeb6d05bce1aa2244b548225305a;p=lyx.git diff --git a/src/CiteEnginesList.h b/src/CiteEnginesList.h index 83fb875161..24bec03852 100644 --- a/src/CiteEnginesList.h +++ b/src/CiteEnginesList.h @@ -80,6 +80,8 @@ public: /// std::vector 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