From 2444ef7f8d4f2b909c67e7034bc5159bab78a297 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Tue, 4 Jun 2019 15:34:54 +0000 Subject: Hide symbols --- vespalib/src/vespa/vespalib/btree/btreeiterator.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'vespalib/src') diff --git a/vespalib/src/vespa/vespalib/btree/btreeiterator.h b/vespalib/src/vespa/vespalib/btree/btreeiterator.h index de9637c00f1..7c247cd01da 100644 --- a/vespalib/src/vespa/vespalib/btree/btreeiterator.h +++ b/vespalib/src/vespa/vespalib/btree/btreeiterator.h @@ -302,8 +302,7 @@ protected: * * @param pathSize New tree height (number of levels of internal nodes) */ - void - clearPath(uint32_t pathSize); + VESPA_DLL_LOCAL void clearPath(uint32_t pathSize); public: bool @@ -396,8 +395,7 @@ public: /** * Setup iterator to be empty and not be associated with any tree. */ - void - setupEmpty(); + VESPA_DLL_LOCAL void setupEmpty(); /** * Move iterator to beyond last element in the current tree. -- cgit v1.2.3