Fix HeightCache DLL export declaration

Use CORE, not ADV, which doesn't exist any more.
This commit is contained in:
Vadim Zeitlin
2018-12-07 04:12:39 +01:00
parent d1b02b8dd6
commit 39e540edb7

View File

@@ -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);