]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/lineparallelthroughoptions.cpp
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / forms / lineparallelthroughoptions.cpp
index 782f31b76af3e91c5610c16b0a52bebbc886aed0..8e96d5fc6be7ef40ca077722c100c0c858a1339d 100644 (file)
@@ -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;
        }
 }