From: Richard Heck Date: Sun, 15 Nov 2009 01:18:13 +0000 (+0000) Subject: Style. X-Git-Tag: 2.0.0~5135 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f0a5d099b90c9147603b34a476377e92d0037148;p=features.git Style. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31999 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Counters.h b/src/Counters.h index e081ad21bb..3a04d0313b 100644 --- a/src/Counters.h +++ b/src/Counters.h @@ -135,9 +135,9 @@ public: docstring counterLabel(docstring const & format, std::string const & lang) const; /// Are we in appendix? - bool appendix() const { return appendix_; }; + bool appendix() const { return appendix_; } /// Set the state variable indicating whether we are in appendix. - void appendix(bool a) { appendix_ = a; }; + void appendix(bool a) { appendix_ = a; } /// Returns the current enclosing float. std::string const & current_float() const { return current_float_; } /// Sets the current enclosing float. @@ -145,7 +145,7 @@ public: /// Are we in a subfloat? bool isSubfloat() const { return subfloat_; } /// Set the state variable indicating whether we are in a subfloat. - void isSubfloat(bool s) { subfloat_ = s; }; + void isSubfloat(bool s) { subfloat_ = s; } private: /** expands recusrsively any \\the macro in the * labelstring of \c counter. The \c lang code is used to