15 lines
639 B
C
15 lines
639 B
C
|
///////////////////////////////////////////////////////////////////////////////
|
||
|
// Name: wx/ptr_scpd.h
|
||
|
// Purpose: compatibility wrapper for wxScoped{Ptr,Array}
|
||
|
// Author: Vadim Zeitlin
|
||
|
// Created: 2009-02-03
|
||
|
// RCS-ID: $Id: ptr_scpd.h 58643 2009-02-04 08:06:42Z VZ $
|
||
|
// Copyright: (c) 2009 Vadim Zeitlin <vadim@wxwidgets.org>
|
||
|
// Licence: wxWindows licence
|
||
|
///////////////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
// do not include this file in any new code, include either wx/scopedptr.h or
|
||
|
// wx/scopedarray.h (or both) instead
|
||
|
#include "wx/scopedarray.h"
|
||
|
#include "wx/scopedptr.h"
|