X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Fstaticgraphicview.h;h=ab99b6592a257339b30b20986db550efcaf08bef;hb=2ee84c5948ede7fc2f7b4435c5edef42a030ac05;hp=e9341082a283140476641b9a024733b31586924d;hpb=3239ef39dcee08fa6e8cd68cdf2727fc68cc7a8c;p=architektonas diff --git a/src/base/staticgraphicview.h b/src/base/staticgraphicview.h index e934108..ab99b65 100644 --- a/src/base/staticgraphicview.h +++ b/src/base/staticgraphicview.h @@ -9,11 +9,11 @@ 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 GraphicView +class StaticGraphicView: public GraphicView { public: - RS_StaticGraphicView(int w, int h, PaintInterface * p); - virtual ~RS_StaticGraphicView(); + StaticGraphicView(int w, int h, PaintInterface * p); + virtual ~StaticGraphicView(); virtual int getWidth(); virtual int getHeight();