]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionzoomautoy.cpp
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actionzoomautoy.cpp
index 894bc4762c6e9c730e9f10047e033c979f108062..52d2f49e97e3d4843e03bb30495a64097fb9dbae 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "graphicview.h"
 
-ActionZoomAutoY::ActionZoomAutoY(RS_EntityContainer & container, GraphicView & graphicView):
+ActionZoomAutoY::ActionZoomAutoY(EntityContainer & container, GraphicView & graphicView):
        ActionInterface("Auto zoom Y", container, graphicView)
 {
 }