X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Frs_previewactioninterface.h;h=a8f678042f962b0d71ca7adc73a4318a5776fb4d;hb=c715d05d11ffe2913fe3465ec43d456ee9b85964;hp=2b356dca48f766c37eb645860c3d551dd0232df5;hpb=937ade06241548bfbc7858705b3ce1c7778c3d88;p=architektonas diff --git a/src/base/rs_previewactioninterface.h b/src/base/rs_previewactioninterface.h index 2b356dc..a8f6780 100644 --- a/src/base/rs_previewactioninterface.h +++ b/src/base/rs_previewactioninterface.h @@ -34,16 +34,16 @@ class RS_PreviewActionInterface: public RS_ActionInterface protected: /** - * Preview that holds the entities to be previewed. - */ + * Preview that holds the entities to be previewed. + */ RS_Preview * preview; /** - * Keeps track of the drawings in XOR mode. - */ + * Keeps track of the drawings in XOR mode. + */ bool visible; /** - * Current offset of the preview. - */ + * Current offset of the preview. + */ Vector offset; };