From: Jean-Marc Lasgouttes Date: Sat, 26 Oct 2019 22:17:01 +0000 (+0200) Subject: Amend 464d6262: Forgot these X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=37177a73579d60302292e68bd34cc814a13d17ce;p=features.git Amend 464d6262: Forgot these --- diff --git a/src/Encoding.h b/src/Encoding.h index 8e97b74138..df900b343b 100644 --- a/src/Encoding.h +++ b/src/Encoding.h @@ -93,9 +93,9 @@ public: /// TIPA shortcut std::string const tipashortcut() const { return tipashortcut_; } /// \c textcommand needs no termination (such as {} or space). - bool textnotermination() const { return flags_ & CharInfoTextNoTermination ? true : false; } + bool textnotermination() const { return flags_ & CharInfoTextNoTermination; } /// \c mathcommand needs no termination (such as {} or space). - bool mathnotermination() const { return flags_ & CharInfoMathNoTermination ? true : false; } + bool mathnotermination() const { return flags_ & CharInfoMathNoTermination; } /// private: /// LaTeX command (text mode) for this character