]> git.lyx.org Git - features.git/blobdiff - src/trans_mgr.C
get rid of dead code, some new functions constify variables.
[features.git] / src / trans_mgr.C
index e6fea7a4f340696d49aa0759b0edee915fc3e159..883421062b867d0788cc02defed3a4f9c2137867 100644 (file)
@@ -284,7 +284,7 @@ void  TransManager::TranslateAndInsert(char c, LyXText * text)
 
 void TransManager::insertVerbatim(string const & str, LyXText * text)
 {      
-       int l = str.length();
+       int const l = str.length();
        
        for (int i = 0; i < l; ++i){
                if (str[i] == '\"'