X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Frs_staticgraphicview.h;h=6347c193c68a92b4852f308e639571def1282553;hb=d774c2655ba2c3657a565f325411144452392277;hp=508ebb6747a88548edbe92c38c302ade21d22eb5;hpb=3b479913b79032e514ce8c74ba915c6c91ab0f15;p=architektonas diff --git a/src/base/rs_staticgraphicview.h b/src/base/rs_staticgraphicview.h index 508ebb6..6347c19 100644 --- a/src/base/rs_staticgraphicview.h +++ b/src/base/rs_staticgraphicview.h @@ -1,7 +1,7 @@ #ifndef RS_STATICGRAPHICVIEW_H #define RS_STATICGRAPHICVIEW_H -#include "rs_graphicview.h" +#include "graphicview.h" class PaintInterface; @@ -9,7 +9,7 @@ class PaintInterface; * This is an implementation of a graphic viewer with a fixed size * for drawing onto fixed devices (such as bitmaps). */ -class RS_StaticGraphicView: public RS_GraphicView +class RS_StaticGraphicView: public GraphicView { public: RS_StaticGraphicView(int w, int h, PaintInterface * p);