diff options
Diffstat (limited to 'sc/inc/calcconfig.hxx')
-rw-r--r-- | sc/inc/calcconfig.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/calcconfig.hxx b/sc/inc/calcconfig.hxx index 4091bda5bea5..ec355cfdb844 100644 --- a/sc/inc/calcconfig.hxx +++ b/sc/inc/calcconfig.hxx @@ -58,6 +58,7 @@ struct SC_DLLPUBLIC ScCalcConfig typedef std::shared_ptr<std::set<OpCode>> OpCodeSet; OpCodeSet mpOpenCLSubsetOpCodes; + OpCodeSet mpSwInterpreterSubsetOpCodes; ScCalcConfig(); |