]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.h
fix linking problem with boost
[lyx.git] / src / paragraph.h
index 5474c1554fd0f7518a28e324d9117284b010b10a..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;