summaryrefslogtreecommitdiff
path: root/vcl/null
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-01-13 09:25:40 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-01-13 09:25:40 +0200
commitd1787d6ac6c15c02e6f66c8cfb6d6360d06c85c2 (patch)
tree69ad634860964b8755d4fad6f8b41cb2aae3bf09 /vcl/null
parente8b49f09074fe184374bee5062715357427ae044 (diff)
fix android build
Change-Id: I55ff31b40366398b6159ee7a99c75e393a05b36a
Diffstat (limited to 'vcl/null')
-rw-r--r--vcl/null/printerinfomanager.cxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/vcl/null/printerinfomanager.cxx b/vcl/null/printerinfomanager.cxx
index f00dff2e5ee9..a5cd3b438cf2 100644
--- a/vcl/null/printerinfomanager.cxx
+++ b/vcl/null/printerinfomanager.cxx
@@ -21,9 +21,18 @@
#include "unx/gendata.hxx"
+// needed since we declare a std::unique_ptr<SystemQueueInfo>
+namespace psp
+{
+ class SystemQueueInfo
+ {
+ };
+}
+
using namespace psp;
using namespace osl;
+
PrinterInfoManager& PrinterInfoManager::get()
{
SalData* pSalData = GetSalData();