git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
		
			
				
	
	
		
			13 lines
		
	
	
		
			523 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			523 B
		
	
	
	
		
			C
		
	
	
	
	
	
///////////////////////////////////////////////////////////////////////////////
 | 
						|
// Name:        wx/ptr_shrd.h
 | 
						|
// Purpose:     compatibility wrapper for wx/sharedptr.h
 | 
						|
// Author:      Vadim Zeitlin
 | 
						|
// Created:     2009-02-03
 | 
						|
// RCS-ID:      $Id$
 | 
						|
// 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"
 |