]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetLayout.h
Fix assertion when checking if change in selection
[lyx.git] / src / insets / InsetLayout.h
index b48ea7c2902238768d8fee0aa64c0fff0a3c834d..79390e522de7e422b271a6d3d7e7b177c839e684 100644 (file)
@@ -189,6 +189,8 @@ public:
        std::string tocType() const { return toc_type_; }
        ///
        bool isTocCaption() const { return is_toc_caption_; }
+       ///
+       bool editExternally () const { return edit_external_; }
 private:
        ///
        void makeDefaultCSS() const;
@@ -312,6 +314,8 @@ private:
        std::string toc_type_;
        ///
        bool is_toc_caption_;
+       ///
+       bool edit_external_;
 };
 
 ///