summaryrefslogtreecommitdiff
path: root/vcl/inc/headless/svpinst.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-03-20 16:57:22 +0200
committerTor Lillqvist <tml@collabora.com>2015-03-20 17:55:08 +0200
commit41c66312885393614c274897fd75a25c2ddf6ba0 (patch)
tree32b0daca01dc17aba0c03c029890e05eb9c21b47 /vcl/inc/headless/svpinst.hxx
parent9527eeec237f5d797a6420371c76f95246adeb84 (diff)
The 'svp' "plug-in" library is empty so don't build it at all
Its code is in the vcl library nowadays. Change-Id: Idb659e541226724004660102f6641c38a2312c27
Diffstat (limited to 'vcl/inc/headless/svpinst.hxx')
-rw-r--r--vcl/inc/headless/svpinst.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/headless/svpinst.hxx b/vcl/inc/headless/svpinst.hxx
index 63fa483df951..d68d22b547c5 100644
--- a/vcl/inc/headless/svpinst.hxx
+++ b/vcl/inc/headless/svpinst.hxx
@@ -57,6 +57,8 @@ public:
class SvpSalFrame;
class GenPspGraphics;
+extern "C" SalInstance* svp_create_SalInstance();
+
class VCL_DLLPUBLIC SvpSalInstance : public SalGenericInstance
{
timeval m_aTimeout;