mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* gcc does not like missing characters in keywords
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21313 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a5263e0f92
commit
ffa57bea4d
@ -39,7 +39,7 @@ namespace lyx { typedef wchar_t char_type; }
|
||||
#else
|
||||
|
||||
#include <boost/cstdint.hpp>
|
||||
namepace lyx { typedef boost::uint32_t char_type; }
|
||||
namespace lyx { typedef boost::uint32_t char_type; }
|
||||
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user