]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/CommandInset.h
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / CommandInset.h
index bc7b839dd7162dea014f9623318f911135ca2b68..28d46bce94736b0c7985d5981a3ae189706217b3 100644 (file)
@@ -40,6 +40,9 @@ public:
        virtual docstring const screenLabel() const;
        ///
        docstring const & commandname() const { return name_; }
+       ///
+       bool isActive() const { return false; }
+
 private:
        virtual std::auto_ptr<Inset> doClone() const;