]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetindex.h
use more specific smart_ptr headers
[lyx.git] / src / insets / insetindex.h
index ec68765ac03b271b0fe11414cd76c3312274cbdd..88c76bab6b3538e196082236615450a688f9e4c1 100644 (file)
@@ -60,13 +60,15 @@ public:
        ///
        void edit(BufferView *, bool = true) {}
        ///
-       EDITABLE editable() const{ return NOT_EDITABLE; }
+       EDITABLE editable() const { return NOT_EDITABLE; }
        ///
        bool display() const { return true; }
        ///
        Inset::Code lyxCode() const;
        ///
        string const getScreenLabel(Buffer const *) const;
+       ///
+       virtual bool needFullRow() const { return true; }
 };
 
 #endif