diff options
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/ios/iosinst.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/ios/iosinst.hxx b/vcl/inc/ios/iosinst.hxx index 3b87de6a8330..2ff9e5784f14 100644 --- a/vcl/inc/ios/iosinst.hxx +++ b/vcl/inc/ios/iosinst.hxx @@ -59,6 +59,8 @@ public: } RenderWindowsArg; DECL_LINK( RenderWindows, RenderWindowsArg* ); + DECL_LINK( DisplayConfigurationChanged, void* ); + pthread_mutex_t m_aRenderMutex; pthread_cond_t m_aRenderCond; }; |