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