mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
stupid typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@788 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
532141facf
commit
88bac36d5a
@ -62,7 +62,7 @@ bool CharacterSet::loadFile(string const & fname)
|
||||
}
|
||||
|
||||
|
||||
pair<bool, int> CharacterSet::encodeString(string & const str) const
|
||||
pair<bool, int> CharacterSet::encodeString(string const & str) const
|
||||
{
|
||||
lyxerr[Debug::KBMAP] << "Checking if we know [" << str << "]" << endl;
|
||||
bool ret = false;
|
||||
|
Loading…
Reference in New Issue
Block a user