* 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:
Stefan Schimanski 2007-10-31 23:41:22 +00:00
parent a5263e0f92
commit ffa57bea4d

View File

@ -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