]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
fix warning
[lyx.git] / src / Paragraph.h
index c5bf500043875cc3d7f6f465179cf7889d4ea865..6fdb27017765955175ae263450220195b476fe07 100644 (file)
@@ -153,9 +153,9 @@ public:
        void makeSameLayout(Paragraph const & par);
 
        ///
-       void setInsetOwner(Inset * inset);
+       void setInsetOwner(Inset const * inset);
        ///
-       Inset * inInset() const;
+       Inset const & inInset() const;
        ///
        InsetCode ownerCode() const;
        ///