]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionsetsnapmode.cpp
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actionsetsnapmode.cpp
index 18b6a8dc4ec26f36917edb6182c641cd3c249e5d..0e8d3c732e61ebdcbb2ec00a3750efa7dc458c01 100644 (file)
@@ -23,7 +23,7 @@
  *
  * @param snapMode The new snap mode used from now on.
  */
-ActionSetSnapMode::ActionSetSnapMode(RS_EntityContainer & container, GraphicView & graphicView, RS2::SnapMode snapMode):
+ActionSetSnapMode::ActionSetSnapMode(EntityContainer & container, GraphicView & graphicView, RS2::SnapMode snapMode):
        ActionInterface("Set Snap Mode", container, graphicView)
 {
        this->snapMode = snapMode;