]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionselectall.h
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actionselectall.h
index c12d0289f8da73b98f7d85a193102886c34e4f9e..daef00f6496a35a1991b0ec449e1f18b8ee3ed46 100644 (file)
@@ -11,7 +11,7 @@
 class RS_ActionSelectAll: public RS_ActionInterface
 {
        public:
-               RS_ActionSelectAll(RS_EntityContainer & container, RS_GraphicView & graphicView, bool select);
+               RS_ActionSelectAll(RS_EntityContainer & container, GraphicView & graphicView, bool select);
                ~RS_ActionSelectAll();
 
                virtual RS2::ActionType rtti();