remove stray dollar sign

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17365 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2007-02-26 15:37:48 +00:00
parent f503258258
commit dca251a0ef

View 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)