X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Floadcanvas.h;h=3432e3bdf00ca2e90d45ce0d0df350b12a9dc6c9;hb=28f28705612902c15cd0702cc891fba35bf2d2df;hp=f27ace1d33d97eb779bbd9fe6498656ec8b7d842;hpb=e3acc0b267b14fda5db3c7bbb2f218b993ef84b3;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/loadcanvas.h b/synfig-core/trunk/src/synfig/loadcanvas.h index f27ace1..3432e3b 100644 --- a/synfig-core/trunk/src/synfig/loadcanvas.h +++ b/synfig-core/trunk/src/synfig/loadcanvas.h @@ -1,4 +1,4 @@ -/* === S I N F G =========================================================== */ +/* === S Y N F I G ========================================================= */ /*! \file loadcanvas.h ** \brief writeme ** @@ -21,8 +21,8 @@ /* === S T A R T =========================================================== */ -#ifndef __SINFG_LOADCANVAS_H -#define __SINFG_LOADCANVAS_H +#ifndef __SYNFIG_LOADCANVAS_H +#define __SYNFIG_LOADCANVAS_H /* === H E A D E R S ======================================================= */ @@ -50,7 +50,7 @@ namespace xmlpp { class Node; class Element; }; -namespace sinfg { +namespace synfig { /*! \class CanvasParser ** \todo writeme @@ -111,9 +111,9 @@ public: //! Returns the number of warnings in the last parse int warning_count()const { return total_warnings_; } - void set_path(const sinfg::String& x) { path=x; } + void set_path(const synfig::String& x) { path=x; } - const sinfg::String& get_path()const { return path; } + const synfig::String& get_path()const { return path; } //! \todo writeme Canvas::Handle parse_from_file(const String &filename); @@ -179,9 +179,9 @@ extern Canvas::Handle open_canvas_as(const String &filename,const String &as); //! Retrieves a Canvas from a string in XML format extern Canvas::Handle string_to_canvas(const String &data); -std::map >& get_open_canvas_map(); +std::map >& get_open_canvas_map(); -}; // END of namespace sinfg +}; // END of namespace synfig /* === E N D =============================================================== */