]> git.lyx.org Git - features.git/blobdiff - src/TocBackend.h
Remove warnings reported with gcc 4.3:
[features.git] / src / TocBackend.h
index 25b39c953876ee331e67e987a97bf1d862c965fd..60b4e511228835faae21febb6cd94ae791ad9dc6 100644 (file)
@@ -48,9 +48,9 @@ public:
        ///
        ~TocItem() {}
        ///
-       int const id() const;
+       int id() const;
        ///
-       int const depth() const;
+       int depth() const;
        ///
        docstring const & str() const;
        ///