diff --git a/Source/Ember/Point.h b/Source/Ember/Point.h index c3d5dd6..db37f12 100644 --- a/Source/Ember/Point.h +++ b/Source/Ember/Point.h @@ -169,11 +169,7 @@ struct EMBER_API Color : public v4T template Color& operator = (const Color& color) { -#ifdef _WIN32 - v4T::operator=(color); -#else v4T::template operator=(color); -#endif return *this; }