mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
* Inset.h: fix typo in comment.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37885 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1c58de4cc7
commit
cf6c0c8192
@ -428,7 +428,7 @@ public:
|
||||
bool undefined() const;
|
||||
/// used to toggle insets
|
||||
/// is the inset open?
|
||||
/// should this inset be handled like a normal charater
|
||||
/// should this inset be handled like a normal character
|
||||
virtual bool isChar() const { return false; }
|
||||
/// is this equivalent to a letter?
|
||||
virtual bool isLetter() const { return false; }
|
||||
|
Loading…
Reference in New Issue
Block a user