]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/linepolygon2options.cpp
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / forms / linepolygon2options.cpp
index f43e70daf7c54dc9df27854d99e8403c983a3ee5..1a9f6e6d0e18e5b473add1760a79705828653bf1 100644 (file)
@@ -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;
        }
 }