Remove a not allowed typename.

This commit is contained in:
Mark de Wever 2011-09-08 19:23:45 +00:00
parent 622421be99
commit 053ea6f383

View File

@ -132,7 +132,7 @@ public:
typedef shared_object<t_string_base> super;
typedef t_string_base base;
typedef t_string_base::walker walker;
typedef typename base::t_token t_token;
typedef base::t_token t_token;
/** Default implementation, but defined out-of-line for efficiency reasons. */
t_string();