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