X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fforms%2Flinepolygon2options.cpp;h=1a9f6e6d0e18e5b473add1760a79705828653bf1;hb=f62cebc26c7c3af447f0e4e4c43331f8589dce22;hp=f43e70daf7c54dc9df27854d99e8403c983a3ee5;hpb=3239ef39dcee08fa6e8cd68cdf2727fc68cc7a8c;p=architektonas diff --git a/src/forms/linepolygon2options.cpp b/src/forms/linepolygon2options.cpp index f43e70d..1a9f6e6 100644 --- a/src/forms/linepolygon2options.cpp +++ b/src/forms/linepolygon2options.cpp @@ -69,7 +69,7 @@ void LinePolygon2Options::setAction(ActionInterface * a, bool update) } else { - RS_DEBUG->print(RS_Debug::D_ERROR, "LinePolygon2Options::setAction: wrong action type"); + DEBUG->print(Debug::D_ERROR, "LinePolygon2Options::setAction: wrong action type"); action = NULL; } }