summaryrefslogtreecommitdiffstats
path: root/include/vcl/oldprintadaptor.hxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-03-16 15:24:04 +0000
committerMichael Meeks <michael.meeks@collabora.com>2015-04-10 11:32:11 +0100
commitefa40d415046d377b293fea14a4a3c3fd1bf0129 (patch)
treeafcb4666bbd465365e76793217c9fc186c617d5d /include/vcl/oldprintadaptor.hxx
parentvclwidget: convert lots more sites to use VclPtr (diff)
downloadcore-efa40d415046d377b293fea14a4a3c3fd1bf0129.tar.gz
core-efa40d415046d377b293fea14a4a3c3fd1bf0129.zip
vclptr: switch printers away from boost_shared.
Also continue to move to extended toolkit/ API. Change-Id: Ibd4337b014ee096c84d0ad4435e2c5de1b258afe
Diffstat (limited to 'include/vcl/oldprintadaptor.hxx')
-rw-r--r--include/vcl/oldprintadaptor.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/oldprintadaptor.hxx b/include/vcl/oldprintadaptor.hxx
index 72d1163d67c4..987b58ff3aa3 100644
--- a/include/vcl/oldprintadaptor.hxx
+++ b/include/vcl/oldprintadaptor.hxx
@@ -29,7 +29,7 @@ namespace vcl
{
ImplOldStyleAdaptorData* mpData;
public:
- OldStylePrintAdaptor(const std::shared_ptr<Printer>&);
+ OldStylePrintAdaptor( const VclPtr< Printer >& );
virtual ~OldStylePrintAdaptor();
void StartPage();