mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
add comment about location of the implementation.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15969 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0e579405ca
commit
8346fb6a47
@ -56,6 +56,8 @@ private:
|
||||
boost::scoped_ptr<Private> pimpl_;
|
||||
};
|
||||
|
||||
/// This is implemented in lyx_main.C for the LyX program
|
||||
/// and in client.C for the LyX client program.
|
||||
extern IconvProcessor & utf8ToUcs4();
|
||||
|
||||
// A single codepoint conversion for utf8_to_ucs4 does not make
|
||||
|
Loading…
Reference in New Issue
Block a user