X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fmodule.cpp;h=ad95ae4fc65e49746db71f05c00e6047a5e0b53f;hb=b5c3d66d7714b6a2b6a10eb968206c6a46b0f026;hp=7156453ff4da8e675871ff415db42c08b93117f1;hpb=ce408de81ca266b1f334ee9bc6c8fb7ba1492ed4;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/module.cpp b/synfig-studio/trunk/src/gtkmm/module.cpp index 7156453..ad95ae4 100644 --- a/synfig-studio/trunk/src/gtkmm/module.cpp +++ b/synfig-studio/trunk/src/gtkmm/module.cpp @@ -1,8 +1,8 @@ /* === S Y N F I G ========================================================= */ -/*! \file template.cpp +/*! \file gtkmm/module.cpp ** \brief Template File ** -** $Id: module.cpp,v 1.1.1.1 2005/01/07 03:34:36 darco Exp $ +** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley @@ -31,6 +31,8 @@ #include "module.h" +#include "general.h" + #endif /* === U S I N G =========================================================== */ @@ -51,7 +53,7 @@ using namespace studio; Module::Module():status_(false) { } - + Module::~Module() { stop();