]> git.lyx.org Git - lyx.git/blobdiff - src/Layout.h
Update cursor idx after grid paste if columns are appended
[lyx.git] / src / Layout.h
index edb9ba7f18b02d6bc14defb47f7d9f7d0ff3e3a9..ffc976d8ff7df98c00f2836d14a896e1bc24af78 100644 (file)
@@ -153,7 +153,7 @@ public:
        /// this layout for language \p lang
        docstring const babelpreamble() const { return babelpreamble_; }
        ///
-       std::set<std::string> const & required() const { return requires_; }
+       std::set<std::string> const & required() const { return required_; }
        ///
        std::set<docstring> const & autonests() const { return autonests_; }
        ///
@@ -483,7 +483,7 @@ private:
        /// Are adjacent paragraphs handled as one group?
        bool par_group_;
        /// Packages needed for this layout
-       std::set<std::string> requires_;
+       std::set<std::string> required_;
        /// Layouts that are by default nested after this one
        std::set<docstring> autonests_;
        /// Layouts that by auto-nest this one