// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
-// #pragma interface
-#endif
-
#ifndef __DOCSAMPLEH__
#define __DOCSAMPLEH__
wxList lines;
DoodleSegment(void){};
- DoodleSegment(DoodleSegment& seg);
+ DoodleSegment(const DoodleSegment& seg);
~DoodleSegment(void);
void Draw(wxDC *dc);