]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.h
another safety belt
[lyx.git] / src / paragraph.h
index 0b55d03cfac4bee1462c2c614395e05426264744..4f49050a4d28baa83893901f96822c7b1cfa0eee 100644 (file)
@@ -77,14 +77,14 @@ public:
        bool isMultiLingual(BufferParams const &);
 
        ///
-       string const asString(Buffer const *, bool label);
+       string const asString(Buffer const *, bool label) const;
        ///
        string const asString(Buffer const *, lyx::pos_type beg, lyx::pos_type end,
-                             bool label);
+                             bool label) const;
 
        ///
        void write(Buffer const *, std::ostream &, BufferParams const &,
-                      depth_type) const;
+                      depth_type & depth) const;
        ///
        void validate(LaTeXFeatures &) const;
 
@@ -292,7 +292,7 @@ public:
        ///
        InsetList insetlist;
        ///
-       Counters & counters();
+       //Counters & counters();
 
 private:
        ///