]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/splineoptions.cpp
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / forms / splineoptions.cpp
index dad1687ba03ff33b90e1399827de926f18764c0e..af6148b235a675c267fcd8cdb9c2fa1ffa18d5cc 100644 (file)
@@ -89,7 +89,7 @@ void SplineOptions::setAction(ActionInterface * a, bool update)
        }
        else
        {
-               RS_DEBUG->print(RS_Debug::D_ERROR, "SplineOptions::setAction: wrong action type");
+               DEBUG->print(Debug::D_ERROR, "SplineOptions::setAction: wrong action type");
                action = NULL;
        }
 }