]> git.lyx.org Git - features.git/blobdiff - src/insets/insetcollapsable.h
* LyXView: the accessor methods now return a reference to the member
[features.git] / src / insets / insetcollapsable.h
index 140e15ba979ea112e61210a0a747e47d2020bc63..9f1abf4ec2327385e9235500d875ca306d36efa1 100644 (file)
@@ -175,12 +175,14 @@ public:
        void close(BufferView *) const;
        ///
        bool allowSpellcheck() { return inset.allowSpellcheck(); }
-
-       WordLangTuple selectNextWordToSpellcheck(BufferView *, float &) const;
-
+       ///
+       WordLangTuple const
+       selectNextWordToSpellcheck(BufferView *, float &) const;
+       ///
        void selectSelectedWord(BufferView * bv) {
                inset.selectSelectedWord(bv);
        }
+       ///
        void toggleSelection(BufferView * bv, bool kill_selection) {
                inset.toggleSelection(bv, kill_selection);
        }