Amend 464d6262: Forgot these

This commit is contained in:
Jean-Marc Lasgouttes 2019-10-27 00:17:01 +02:00
parent d9edf32b67
commit 69fca0df1a

View File

@ -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