diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/inc/interpre.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/inc/interpre.hxx b/sc/source/core/inc/interpre.hxx index 0fdc89c1f185..4350d7ecea13 100644 --- a/sc/source/core/inc/interpre.hxx +++ b/sc/source/core/inc/interpre.hxx @@ -52,7 +52,7 @@ struct ScComplexRefData; class ScToken; class ScJumpMatrix; class ScCellIterator; -class ScRefCellValue; +struct ScRefCellValue; #define MAXSTACK (4096 / sizeof(formula::FormulaToken*)) |