]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/linepolygonoptions.cpp
Bugfixes related to removing Snapper class.
[architektonas] / src / forms / linepolygonoptions.cpp
index efeb418760dc969821be7625fa5ed96177d1a7ae..1a4b3220f2b1916efbb174ebc27d8945f704cf27 100644 (file)
@@ -17,7 +17,7 @@
 #include "linepolygonoptions.h"
 
 #include "actiondrawlinepolygon.h"
-#include "rs_debug.h"
+#include "debug.h"
 #include "settings.h"
 
 LinePolygonOptions::LinePolygonOptions(QToolBar * parent/*= 0*/, Qt::WindowFlags flags/*= 0*/):
@@ -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;
        }
 }