[Libreoffice-commits] core.git: sc/inc
Stephan Bergmann
sbergman at redhat.com
Tue Jan 9 22:19:36 UTC 2018
sc/inc/token.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a49be6bd585ac4610cbf04ca3525f2d90a770367
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Jan 9 18:03:25 2018 +0100
no matching function for call to 'intrusive_ptr_add_ref'
...with clang-cl, in instantiation of member function
'boost::intrusive_ptr<const ScMatrix>::intrusive_ptr' requested at
sc/inc/token.hxx(291,20):
class SC_DLLPUBLIC ScMatrixCellResultToken : public formula::FormulaToken
Change-Id: Id8485d937744759ddbe36e8508c54e2a996df4d2
Reviewed-on: https://gerrit.libreoffice.org/47672
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/sc/inc/token.hxx b/sc/inc/token.hxx
index 92827a2cb512..065fb2affccd 100644
--- a/sc/inc/token.hxx
+++ b/sc/inc/token.hxx
@@ -28,6 +28,7 @@
#include "refdata.hxx"
#include <tools/mempool.hxx>
#include "scdllapi.h"
+#include "scmatrix.hxx"
#include <formula/IFunctionDescription.hxx>
#include <formula/token.hxx>
#include "calcmacros.hxx"
@@ -43,7 +44,6 @@ struct RangeMatrix;
}
class ScJumpMatrix;
-class ScMatrix;
typedef ::std::vector< ScComplexRefData > ScRefList;
More information about the Libreoffice-commits
mailing list