stupid typo

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@788 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2000-06-01 00:11:13 +00:00
parent 532141facf
commit 88bac36d5a

View File

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