mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 16:37:28 +00:00
compile fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15766 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
07f8f8d756
commit
48a718d558
@ -168,7 +168,7 @@ public:
|
||||
|
||||
docstring const get(string const & m) const
|
||||
{
|
||||
return m;
|
||||
return from_ascii(m);
|
||||
}
|
||||
};
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user