]> git.lyx.org Git - lyx.git/blobdiff - src/LayoutFile.h
* Call metrics of the parameters with the correct font in MathMacros, for example
[lyx.git] / src / LayoutFile.h
index 04c4a38228c8296b42bfd25b45dae6b97ccaabd5..60f6f6399617fc6227dc8a5116dde4e9167db898 100644 (file)
@@ -64,7 +64,8 @@ public:
        /// check whether the TeX class is available
        bool isTeXClassAvailable() const { return texClassAvail_; }
        ///
-       std::set<std::string> const & defaultModules() const { return usemod_; }
+       std::list<std::string> const & defaultModules() const 
+                       { return usemod_; }
 private:
        /// Construct a layout with default values. Actual values loaded later.
        explicit LayoutFile(std::string const & filename,