]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionzoomauto.cpp
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actionzoomauto.cpp
index 17214c46dfaf9ba5d389364ddbb68b2e1160db65..1726ed424dbe0eeaabd6eca32ac28c8401e0264b 100644 (file)
@@ -24,7 +24,7 @@
  * @param keepAspectRatio true: keep same zoom value for x/y.
  *                        false: adjust both x and y individually
  */
-ActionZoomAuto::ActionZoomAuto(RS_EntityContainer & container,
+ActionZoomAuto::ActionZoomAuto(EntityContainer & container,
        GraphicView & graphicView, bool keepAspectRatio):
        ActionInterface("Auto zoom", container, graphicView)
 {