summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2019-06-04 15:34:54 +0000
committerHenning Baldersheim <balder@oath.com>2019-06-04 15:34:54 +0000
commit2444ef7f8d4f2b909c67e7034bc5159bab78a297 (patch)
tree1f159e1d71c3adef7f66589014a3a667c52d02df
parent08e600565b8fe6a7326d94d4065207fe6a736817 (diff)
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.