]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionzoompan.cpp
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actionzoompan.cpp
index 7aa3a42a6903067d8a4d72c70a1a48f0b561b017..74b3d824b4d0036f2fa044c76361858f5e796626 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "graphicview.h"
 
-ActionZoomPan::ActionZoomPan(RS_EntityContainer & container, GraphicView & graphicView):
+ActionZoomPan::ActionZoomPan(EntityContainer & container, GraphicView & graphicView):
        ActionInterface("Zoom Pan", container, graphicView)
 {
        graphicView.snapper.SetVisible(false);