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