mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Amend 464d6262
: Forgot these
This commit is contained in:
parent
d9edf32b67
commit
69fca0df1a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user