This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/wxWidgets-3.0.5/include/wx/ptr_shrd.h

12 lines
502 B
C
Raw Permalink Normal View History

///////////////////////////////////////////////////////////////////////////////
// Name: wx/ptr_shrd.h
// Purpose: compatibility wrapper for wx/sharedptr.h
// Author: Vadim Zeitlin
// Created: 2009-02-03
// Copyright: (c) 2009 Vadim Zeitlin <vadim@wxwidgets.org>
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// do not include this file in any new code, include wx/sharedptr.h instead
#include "wx/sharedptr.h"