add comment

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37218 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2011-01-15 20:06:13 +00:00
parent e1f8907816
commit 6aca54134f

View File

@ -67,7 +67,7 @@ struct IconvProcessor::Impl
string tocode_;
string fromcode_;
QMutex mutex_; // iconv() is not thread save
QMutex mutex_; // iconv() is not thread save, see #7240
};