ptr_scpd.h 575 B

12345678910111213
  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. // Copyright: (c) 2009 Vadim Zeitlin <vadim@wxwidgets.org>
  7. // Licence: wxWindows licence
  8. ///////////////////////////////////////////////////////////////////////////////
  9. // do not include this file in any new code, include either wx/scopedptr.h or
  10. // wx/scopedarray.h (or both) instead
  11. #include "wx/scopedarray.h"
  12. #include "wx/scopedptr.h"