summaryrefslogtreecommitdiff
path: root/vcl/unx/headless/svpinst.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/headless/svpinst.hxx')
-rw-r--r--vcl/unx/headless/svpinst.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/unx/headless/svpinst.hxx b/vcl/unx/headless/svpinst.hxx
index d37c1c7e126e..284a2d11cd82 100644
--- a/vcl/unx/headless/svpinst.hxx
+++ b/vcl/unx/headless/svpinst.hxx
@@ -108,6 +108,9 @@ class SvpSalInstance : public SalInstance
std::list< SalUserEvent > m_aUserEvents;
std::list< SalFrame* > m_aFrames;
+
+ bool isFrameAlive( const SalFrame* pFrame ) const;
+
public:
static SvpSalInstance* s_pDefaultInstance;