]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCommand.h
requires is a keyword in C++2a
[lyx.git] / src / insets / InsetCommand.h
index f959d19921b1a0ee5afbc4bd6add51510a5b1e91..58d2345841b7c25b194957da4edaa084eff6547f 100644 (file)
@@ -64,6 +64,8 @@ public:
        docstring const getFirstNonOptParam() const { return p_.getFirstNonOptParam(); }
        ///
        void setBroken(bool const b) const { broken_ = b; }
+       ///
+       bool isBroken() const { return broken_; }
 
        /// \name Public functions inherited from Inset class
        //@{