From 39e540edb7491079464c856f30d790b57a2c6340 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 7 Dec 2018 04:12:39 +0100 Subject: [PATCH] Fix HeightCache DLL export declaration Use CORE, not ADV, which doesn't exist any more. --- include/wx/generic/private/rowheightcache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/generic/private/rowheightcache.h b/include/wx/generic/private/rowheightcache.h index 6cb4489e7c..61394223f6 100644 --- a/include/wx/generic/private/rowheightcache.h +++ b/include/wx/generic/private/rowheightcache.h @@ -128,7 +128,7 @@ WX_DECLARE_HASH_MAP(unsigned int, RowRanges*, wxIntegerHash, wxIntegerEqual, Use bisect algorithm in combination with GetLineStart() to find the appropriate item */ -class WXDLLIMPEXP_ADV HeightCache +class WXDLLIMPEXP_CORE HeightCache { public: bool GetLineStart(unsigned int row, int& start);