Fix HeightCache DLL export declaration
Use CORE, not ADV, which doesn't exist any more.
This commit is contained in:
@@ -128,7 +128,7 @@ WX_DECLARE_HASH_MAP(unsigned int, RowRanges*, wxIntegerHash, wxIntegerEqual,
|
|||||||
Use bisect algorithm in combination with GetLineStart() to
|
Use bisect algorithm in combination with GetLineStart() to
|
||||||
find the appropriate item
|
find the appropriate item
|
||||||
*/
|
*/
|
||||||
class WXDLLIMPEXP_ADV HeightCache
|
class WXDLLIMPEXP_CORE HeightCache
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
bool GetLineStart(unsigned int row, int& start);
|
bool GetLineStart(unsigned int row, int& start);
|
||||||
|
Reference in New Issue
Block a user