]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/rs_actionlibraryinsert.h
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / actions / rs_actionlibraryinsert.h
index c64f8db3dabd833ec89fb06e48fa1b8e61730866..51e3e442d87ffe386d64a51870ea94f4d67d671b 100644 (file)
@@ -28,7 +28,7 @@ class RS_ActionLibraryInsert: public RS_PreviewActionInterface
                };
 
        public:
-               RS_ActionLibraryInsert(RS_EntityContainer & container, RS_GraphicView & graphicView);
+               RS_ActionLibraryInsert(RS_EntityContainer & container, GraphicView & graphicView);
                virtual ~RS_ActionLibraryInsert();
 
                virtual RS2::ActionType rtti();