X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factionblocksfreezeall.cpp;h=6a152f194799e63a6a2f228f1f96ce246899910e;hb=e1d1cacbb43055988d0d9db632fdf05c0bea9543;hp=99d4db0f51f764bbde51c3f9a02183cae8c7458b;hpb=865303923fcb231a171992b75a73364ff469ff8c;p=architektonas diff --git a/src/actions/actionblocksfreezeall.cpp b/src/actions/actionblocksfreezeall.cpp index 99d4db0..6a152f1 100644 --- a/src/actions/actionblocksfreezeall.cpp +++ b/src/actions/actionblocksfreezeall.cpp @@ -19,7 +19,7 @@ #include "drawing.h" #include "graphicview.h" -ActionBlocksFreezeAll::ActionBlocksFreezeAll(bool freeze, RS_EntityContainer & container, +ActionBlocksFreezeAll::ActionBlocksFreezeAll(bool freeze, EntityContainer & container, GraphicView & graphicView): ActionInterface("Freeze all Blocks", container, graphicView) { this->freeze = freeze; @@ -31,7 +31,7 @@ ActionBlocksFreezeAll::~ActionBlocksFreezeAll() void ActionBlocksFreezeAll::trigger() { - RS_DEBUG->print("ActionBlocksFreezeAll::trigger"); + DEBUG->print("ActionBlocksFreezeAll::trigger"); if (graphic) graphic->freezeAllBlocks(freeze);