summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-06-16 17:27:49 +0200
committerGitHub <noreply@github.com>2019-06-16 17:27:49 +0200
commit9d34b40060fc5030eaa8a1de8297008ae362efd7 (patch)
tree6a25286801c9e4e0c836c4e10b911bb291784193
parente70699d0afc96eff24de38aafed73f67b0c5690f (diff)
parent2444ef7f8d4f2b909c67e7034bc5159bab78a297 (diff)
Merge pull request #9678 from vespa-engine/balder/hide-symbols
Hide symbols
-rw-r--r--vespalib/src/vespa/vespalib/btree/btreeiterator.h6
1 files changed, 2 insertions, 4 deletions
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.