]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actionzoomredraw.cpp
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / actions / actionzoomredraw.cpp
index f086d9d53cb151f5c855eb2ca5e4876fc76671a7..0b5742440ec2358e6ae58536158b67a019667578 100644 (file)
@@ -24,7 +24,7 @@
  * @param keepAspectRatio true: keep same zoom value for x/y.
  *                        false: adjust both x and y individually
  */
-ActionZoomRedraw::ActionZoomRedraw(RS_EntityContainer & container, GraphicView & graphicView):
+ActionZoomRedraw::ActionZoomRedraw(EntityContainer & container, GraphicView & graphicView):
        ActionInterface("Redraw", container, graphicView)
 {
 }