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