X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLayoutFile.h;h=e27f58befb2eb1e81d1287394cff1a1b18459bbc;hb=11e679f73ecca718c61307973c3d67739354e1c7;hp=d602bd99148da6a508fa628caee46713372ece72;hpb=41740ea915ee7a95206d780b6256e660cef39c6e;p=lyx.git diff --git a/src/LayoutFile.h b/src/LayoutFile.h index d602bd9914..e27f58befb 100644 --- a/src/LayoutFile.h +++ b/src/LayoutFile.h @@ -90,8 +90,6 @@ private: /// via LayoutFileList::get() class LayoutFileList { public: - /// - LayoutFileList() {} /// ~LayoutFileList(); /// \return The sole instance of this class. @@ -128,6 +126,8 @@ public: bool load(std::string const & name, std::string const & buf_path); private: + /// + LayoutFileList() {} /// typedef std::map ClassMap; /// noncopyable