X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fwidget_waypointmodel.cpp;h=f4302358de37dd0a5e9b69d018b4c2a444276476;hb=e8a065f2385c219c511b57dac52786120bfa097d;hp=20584f10f8bab2c493dbb2b06c7d72e08ffbfbf0;hpb=3a3c4bca3a17137bec5d7960560934b91ef4146e;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/widget_waypointmodel.cpp b/synfig-studio/trunk/src/gtkmm/widget_waypointmodel.cpp index 20584f1..f430235 100644 --- a/synfig-studio/trunk/src/gtkmm/widget_waypointmodel.cpp +++ b/synfig-studio/trunk/src/gtkmm/widget_waypointmodel.cpp @@ -1,4 +1,4 @@ -/* === S I N F G =========================================================== */ +/* === S Y N F I G ========================================================= */ /*! \file dialog_waypointmodel.cpp ** \brief Template Header ** @@ -39,7 +39,7 @@ #include "widget_waypointmodel.h" #endif -using namespace sinfg; +using namespace synfig; using namespace std; using namespace etl; using namespace studio; @@ -161,7 +161,7 @@ Widget_WaypointModel::on_change() } void -Widget_WaypointModel::set_waypoint_model(sinfg::Waypoint::Model &x) +Widget_WaypointModel::set_waypoint_model(synfig::Waypoint::Model &x) { waypoint_model=x; updating=true;