]> git.saurik.com Git - wxWidgets.git/blame - include/wx/ptr_scpd.h
fix PCH-less build after changing timer id type to WPARAM (closes #10901)
[wxWidgets.git] / include / wx / ptr_scpd.h
CommitLineData
cff6c9a8
VZ
1///////////////////////////////////////////////////////////////////////////////
2// Name: wx/ptr_scpd.h
3// Purpose: compatibility wrapper for wxScoped{Ptr,Array}
4// Author: Vadim Zeitlin
5// Created: 2009-02-03
6// RCS-ID: $Id$
7// Copyright: (c) 2009 Vadim Zeitlin <vadim@wxwidgets.org>
8// Licence: wxWindows licence
9///////////////////////////////////////////////////////////////////////////////
10
11// do not include this file in any new code, include either wx/scopedptr.h or
12// wx/scopedarray.h (or both) instead
13#include "wx/scopedarray.h"
14#include "wx/scopedptr.h"