X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2FETL%2F_angle.h;h=0b3461fde80cfca8bb740b9cd4cedf37f4d8136f;hb=6be8a03921e2844da09a114dd0b3f7cf1405b816;hp=bd3231a4e0a1dbd18add8365ca11683f7e9e869b;hpb=716873ad2fd2cb3c07e311ee7b0e2f023500c868;p=synfig.git diff --git a/ETL/trunk/ETL/_angle.h b/ETL/trunk/ETL/_angle.h index bd3231a..0b3461f 100644 --- a/ETL/trunk/ETL/_angle.h +++ b/ETL/trunk/ETL/_angle.h @@ -366,10 +366,10 @@ public: cos(const angle &a):angle(a) { } cos mod()const { return angle::mod(); } cos dist(const angle &rhs)const { return angle::dist(rhs); } - operator value_type()const ETL_DEPRECATED_FUNCTION; #ifndef ETL_NO_DEPRECATED - value_type get()const { return (value_type)std::cos(v); } + operator value_type()const ETL_DEPRECATED_FUNCTION; #endif + value_type get()const { return (value_type)std::cos(v); } }; // END of class angle::cos inline angle::cos::operator angle::value_type()const { return get(); }