]> git.lyx.org Git - features.git/commitdiff
* gcc does not like missing characters in keywords
authorStefan Schimanski <sts@lyx.org>
Wed, 31 Oct 2007 23:41:22 +0000 (23:41 +0000)
committerStefan Schimanski <sts@lyx.org>
Wed, 31 Oct 2007 23:41:22 +0000 (23:41 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21313 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/strfwd.h

index b21631821527a6d66f886c5d640aa056a8455d7d..b85ea242e028d6fe7b89f9586544f1ab3fb0e74b 100644 (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