/usr/include/wx-3.0/wx/ptr_scpd.h is in wx3.0-headers 3.0.0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | ///////////////////////////////////////////////////////////////////////////////
// Name: wx/ptr_scpd.h
// Purpose: compatibility wrapper for wxScoped{Ptr,Array}
// 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 either wx/scopedptr.h or
// wx/scopedarray.h (or both) instead
#include "wx/scopedarray.h"
#include "wx/scopedptr.h"
|