]> git.lyx.org Git - lyx.git/commitdiff
remove stray dollar sign
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 26 Feb 2007 15:37:48 +0000 (15:37 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 26 Feb 2007 15:37:48 +0000 (15:37 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17365 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/docstring.h

index 87c5ed43f2477174d850d026c0f748ab731c45c7..0f466312b8056751c9e3d936c446c46339f71855 100644 (file)
@@ -97,7 +97,7 @@ lyx::docstring & operator+=(lyx::docstring & l, char r);
 
 #if SIZEOF_WCHAR_T != 4 && defined(__GNUC__) && defined(__GNUC_MINOR__) && __GNUC__ == 3 && __GNUC_MINOR__ < 4
 // Missing char_traits methods in gcc 3.3 and older. Taken from gcc 4.2svn.
-namespace std {$
+namespace std {
 
 template<typename T> void
 char_traits<T>::assign(char_type & c1, char_type const & c2)