X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fvalue.h;h=6370826f5240b849c371c92a7b8f6dbad6020621;hb=28f28705612902c15cd0702cc891fba35bf2d2df;hp=6c9ab9cb620877268396c0a898c68fe594ad8409;hpb=2c43cbfff01496919316f600ee76112be551392d;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/value.h b/synfig-core/trunk/src/synfig/value.h index 6c9ab9c..6370826 100644 --- a/synfig-core/trunk/src/synfig/value.h +++ b/synfig-core/trunk/src/synfig/value.h @@ -1,4 +1,4 @@ -/* === S I N F G =========================================================== */ +/* === S Y N F I G ========================================================= */ /*! \file value.h ** \brief Template Header ** @@ -21,8 +21,8 @@ /* === S T A R T =========================================================== */ -#ifndef __SINFG_VALUE_H -#define __SINFG_VALUE_H +#ifndef __SYNFIG_VALUE_H +#define __SYNFIG_VALUE_H /* === H E A D E R S ======================================================= */ @@ -40,7 +40,7 @@ #include "blinepoint.h" #include "exception.h" -#ifndef SINFG_NO_ANGLE +#ifndef SYNFIG_NO_ANGLE #include "angle.h" #endif @@ -52,7 +52,7 @@ /* === C L A S S E S & S T R U C T S ======================================= */ -namespace sinfg { +namespace synfig { class Canvas; class Vector; @@ -337,7 +337,7 @@ public: operator half()const { return get(Real()); } #endif -#ifndef SINFG_NO_ANGLE +#ifndef SYNFIG_NO_ANGLE operator const Angle&()const { return get(Angle()); } static const Type get_type(const Angle&) { return TYPE_ANGLE; } #endif @@ -447,7 +447,7 @@ public: }; // END of class Value */ -}; // END of namespace sinfg +}; // END of namespace synfig /* === E N D =============================================================== */