]> Shamusworld >> Repos - architektonas/blobdiff - src/base/rs_creation.h
Refactoring: Moved RS_GraphicView to GraphicView.
[architektonas] / src / base / rs_creation.h
index 7187add92087689ff698e782db9413a678f4aab8..4e8cab83d616a8b610d0ec952f9ab31dae97745f 100644 (file)
@@ -12,7 +12,7 @@ class RS_Document;
 class Drawing;
 class RS_Entity;
 class RS_EntityContainer;
-class RS_GraphicView;
+class GraphicView;
 class RS_Image;
 class RS_ImageData;
 class RS_Insert;
@@ -40,7 +40,7 @@ struct RS_LibraryInsertData
 class RS_Creation
 {
        public:
-               RS_Creation(RS_EntityContainer * container, RS_GraphicView * graphicView = NULL,
+               RS_Creation(RS_EntityContainer * container, GraphicView * graphicView = NULL,
                        bool handleUndo = true);
 
                RS_Entity * createParallelThrough(const Vector & coord, int number,
@@ -90,7 +90,7 @@ class RS_Creation
                RS_EntityContainer * container;
                Drawing * graphic;
                RS_Document * document;
-               RS_GraphicView * graphicView;
+               GraphicView * graphicView;
                bool handleUndo;
 };