X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Frs_snapper.h;h=30e4a0cd0d55d0bef05efcf36cc7fcbc42093c03;hb=27d4a138d23453e93a833e9347444b828a971cb4;hp=89351d6ad3f6d5b7ce0e21e5c75d3dcb075dcde0;hpb=ee048ce722e7beb53e702825bb3285cd5cacd8bb;p=architektonas diff --git a/src/base/rs_snapper.h b/src/base/rs_snapper.h index 89351d6..30e4a0c 100644 --- a/src/base/rs_snapper.h +++ b/src/base/rs_snapper.h @@ -7,7 +7,7 @@ class RS_Entity; class RS_EntityContainer; -class RS_GraphicView; +class GraphicView; /** * This class is used for snapping functions in a graphic view. @@ -22,7 +22,7 @@ class RS_GraphicView; class RS_Snapper { public: - RS_Snapper(RS_EntityContainer & container, RS_GraphicView & graphicView); + RS_Snapper(RS_EntityContainer & container, GraphicView & graphicView); virtual ~RS_Snapper(); void init(); @@ -66,7 +66,7 @@ class RS_Snapper protected: RS_EntityContainer * container; - RS_GraphicView * graphicView; + GraphicView * graphicView; RS_Entity * keyEntity; Vector snapCoord; Vector snapSpot;