aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample/bucket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libsample/bucket.cpp')
-rw-r--r--tests/libsample/bucket.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/libsample/bucket.cpp b/tests/libsample/bucket.cpp
index d0da98a0c..1cfe828e7 100644
--- a/tests/libsample/bucket.cpp
+++ b/tests/libsample/bucket.cpp
@@ -37,6 +37,10 @@
using namespace std;
+Bucket::Bucket() : m_locked(false)
+{
+}
+
void Bucket::push(int x)
{
m_data.push_back(x);