X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/888dde65f43d5f57e8fb2028b27191cca1741403..3d777efedc1e05bd6c2a7c34a00a65895b62bb13:/include/wx/gtk/dcscreen.h diff --git a/include/wx/gtk/dcscreen.h b/include/wx/gtk/dcscreen.h index 5f9538b4ce..c91926b910 100644 --- a/include/wx/gtk/dcscreen.h +++ b/include/wx/gtk/dcscreen.h @@ -1,14 +1,13 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: dcscreen.h +// Name: wx/gtk/dcscreen.h // Purpose: // Author: Robert Roebling -// Id: $Id$ // Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifndef __GTKDCSCREENH__ -#define __GTKDCSCREENH__ +#ifndef _WX_GTKDCSCREEN_H_ +#define _WX_GTKDCSCREEN_H_ #include "wx/dcscreen.h" #include "wx/gtk/dcclient.h" @@ -23,14 +22,12 @@ public: wxScreenDCImpl( wxScreenDC *owner ); ~wxScreenDCImpl(); -protected: virtual void DoGetSize(int *width, int *height) const; +private: void Init(); -private: DECLARE_ABSTRACT_CLASS(wxScreenDCImpl) }; -#endif // __GTKDCSCREENH__ - +#endif // _WX_GTKDCSCREEN_H_