X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fexception.h;h=422917bc2ae93abd75841bd4e04d5c2a0a86ed9e;hb=28f28705612902c15cd0702cc891fba35bf2d2df;hp=32ed76934b166684df46c40b34fc725a4fb97838;hpb=2c43cbfff01496919316f600ee76112be551392d;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/exception.h b/synfig-core/trunk/src/synfig/exception.h index 32ed769..422917b 100644 --- a/synfig-core/trunk/src/synfig/exception.h +++ b/synfig-core/trunk/src/synfig/exception.h @@ -1,4 +1,4 @@ -/* === S I N F G =========================================================== */ +/* === S Y N F I G ========================================================= */ /*! \file exception.h ** \brief Exceptions ** @@ -21,8 +21,8 @@ /* === S T A R T =========================================================== */ -#ifndef __SINFG_EXCEPTION_H -#define __SINFG_EXCEPTION_H +#ifndef __SYNFIG_EXCEPTION_H +#define __SYNFIG_EXCEPTION_H /* === H E A D E R S ======================================================= */ @@ -35,7 +35,7 @@ /* === C L A S S E S & S T R U C T S ======================================= */ -namespace sinfg { +namespace synfig { namespace Exception { @@ -89,7 +89,7 @@ public: }; // END of namespace Exception -}; // END of namespace sinfg +}; // END of namespace synfig /* === E N D =============================================================== */