]> Shamusworld >> Repos - architektonas/blobdiff - src/base/rs_previewactioninterface.h
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / base / rs_previewactioninterface.h
index f29c3a957a630b3c497a28b9852906deec6645a9..529fb0c342e8391825f46dc3d969755db286b2bf 100644 (file)
@@ -16,7 +16,7 @@ class RS_PreviewActionInterface: public RS_ActionInterface
 {
        public:
                RS_PreviewActionInterface(const char * name,
-                       RS_EntityContainer & container, RS_GraphicView & graphicView);
+                       RS_EntityContainer & container, GraphicView & graphicView);
                virtual ~RS_PreviewActionInterface();
 
                virtual void init(int status = 0);