diff options
Diffstat (limited to 'ios/source/LibreOfficeKit.h')
-rw-r--r-- | ios/source/LibreOfficeKit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/source/LibreOfficeKit.h b/ios/source/LibreOfficeKit.h index 0f5ca6edc95f..c4624371b347 100644 --- a/ios/source/LibreOfficeKit.h +++ b/ios/source/LibreOfficeKit.h @@ -29,6 +29,6 @@ int BridgeLOkit_LeaveHipernate(void); #include <LibreOfficeKit/LibreOfficeKit.h> #include <LibreOfficeKit/LibreOfficeKitEnums.h> -extern LibreOfficeKit* kit; +LibreOfficeKit* BridgeLOkit_getLOK(void); #endif |