Write "operator()" instead of "operator ()", "operator&" instead of "operator &"...
[synfig.git] / ETL / trunk / ETL / _handle.h
index 50d0da1..3f07503 100644 (file)
@@ -362,8 +362,8 @@ public:
        using handle<value_type>::unique;
        using handle<value_type>::operator bool;
        using handle<value_type>::get;
-       using handle<value_type>::operator *;
-       using handle<value_type>::operator ->;
+       using handle<value_type>::operator*;
+       using handle<value_type>::operator->;
 
        /*
        operator const handle<value_type>&()const