mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
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:
parent
f503258258
commit
dca251a0ef
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user