From 2da501fe3bad2aa0e10393c5306e95960e68fb2f Mon Sep 17 00:00:00 2001 From: pabs Date: Fri, 1 Feb 2008 09:37:47 +0000 Subject: [PATCH] The template file for studio should use the studio namespace instead of the synfig one. git-svn-id: http://svn.voria.com/code@1543 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-studio/trunk/src/template.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synfig-studio/trunk/src/template.cpp b/synfig-studio/trunk/src/template.cpp index 0adf303..e04c931 100644 --- a/synfig-studio/trunk/src/template.cpp +++ b/synfig-studio/trunk/src/template.cpp @@ -39,7 +39,7 @@ using namespace std; using namespace etl; -using namespace synfig; +using namespace studio; /* === M A C R O S ========================================================= */ -- 2.7.4