]> git.saurik.com Git - wxWidgets.git/blame - include/wx/dfb/dcscreen.h
make wxSortedArrayString::Sort() and Insert() private in STL build (closes #10947)
[wxWidgets.git] / include / wx / dfb / dcscreen.h
CommitLineData
b3c86150
VS
1/////////////////////////////////////////////////////////////////////////////
2// Name: wx/dfb/dcscreen.h
4a624f6e 3// Purpose: wxScreenDCImpl declaration
b3c86150
VS
4// Author: Vaclav Slavik
5// Created: 2006-08-10
6// RCS-ID: $Id$
7// Copyright: (c) 2006 REA Elektronik GmbH
8// Licence: wxWindows licence
9/////////////////////////////////////////////////////////////////////////////
10
11#ifndef _WX_DFB_DCSCREEN_H_
12#define _WX_DFB_DCSCREEN_H_
13
4a624f6e 14#include "wx/dfb/dc.h"
b3c86150 15
4a624f6e 16class WXDLLIMPEXP_CORE wxScreenDCImpl : public wxDFBDCImpl
b3c86150
VS
17{
18public:
4a624f6e 19 wxScreenDCImpl(wxScreenDC *owner);
b3c86150 20
4a624f6e 21 DECLARE_DYNAMIC_CLASS(wxScreenDCImpl)
b3c86150
VS
22};
23
24#endif // _WX_DFB_DCSCREEN_H_