]> git.lyx.org Git - features.git/blobdiff - src/insets/Inset.h
Factorize showInsetDialog() for InsetParamsDialog based dialogs.
[features.git] / src / insets / Inset.h
index 3d4148cf6755ee535d5baf37c2be9cf1f172983c..942faebcf120d660cfa7aac81d4eb252aecfb168 100644 (file)
@@ -190,7 +190,7 @@ public:
        ///
        virtual bool editing(BufferView const * bv) const;
        ///
-       virtual bool showInsetDialog(BufferView *) const { return false; }
+       virtual bool showInsetDialog(BufferView *) const;
 
        /// draw inset decoration if necessary.
        /// This can use \c drawMarkers() for example.