]> git.lyx.org Git - features.git/blobdiff - src/Paragraph.cpp
gcc compilation and warning fixes.
[features.git] / src / Paragraph.cpp
index b5c7542271ad6b2100c198e8ffee34c43ec235cf..a6041d06c7b5d3e32defe8037b25a86b77c2adef 100644 (file)
@@ -175,7 +175,7 @@ public:
        bool isTextAt(string const & str, pos_type pos) const;
 
 
-       InsetCode Private::ownerCode() const
+       InsetCode ownerCode() const
        {
                return inset_owner_ ? inset_owner_->lyxCode() : NO_CODE;
        }