diff options
Diffstat (limited to 'sc/inc/formulacell.hxx')
-rw-r--r-- | sc/inc/formulacell.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/formulacell.hxx b/sc/inc/formulacell.hxx index 0ed021f6b756..3803a468f7f3 100644 --- a/sc/inc/formulacell.hxx +++ b/sc/inc/formulacell.hxx @@ -78,8 +78,9 @@ public: ScFormulaCellGroup(); ~ScFormulaCellGroup(); - +#if ENABLE_THREADED_OPENCL_KERNEL_COMPILATION void scheduleCompilation(); +#endif void setCode( const ScTokenArray& rCode ); void setCode( ScTokenArray* pCode ); |