X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fparagraph.h;h=4f49050a4d28baa83893901f96822c7b1cfa0eee;hb=b0babedcb7a9f4c737540d8ac7007b12ff5d979b;hp=0b55d03cfac4bee1462c2c614395e05426264744;hpb=fd1a4f75e897c8d0894d7c3247fafa964eb44b6d;p=lyx.git diff --git a/src/paragraph.h b/src/paragraph.h index 0b55d03cfa..4f49050a4d 100644 --- a/src/paragraph.h +++ b/src/paragraph.h @@ -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: ///