]> git.lyx.org Git - lyx.git/blobdiff - src/chset.C
citation patch from Angus
[lyx.git] / src / chset.C
index 84b85ecdb8179ba8fb3028a7e8f3e084fc0eef4c..cf3a3b1c4434174569c263b7e1f941039201a100 100644 (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;