From: Georg Baum Date: Mon, 26 Feb 2007 15:37:48 +0000 (+0000) Subject: remove stray dollar sign X-Git-Tag: 1.6.10~10664 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=dca251a0ef6e15403fd72e43337b63cfaaed9075;p=lyx.git remove stray dollar sign git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17365 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/support/docstring.h b/src/support/docstring.h index 87c5ed43f2..0f466312b8 100644 --- a/src/support/docstring.h +++ b/src/support/docstring.h @@ -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 void char_traits::assign(char_type & c1, char_type const & c2)