summaryrefslogtreecommitdiff
path: root/o3tl/qa/test-sorted_vector.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'o3tl/qa/test-sorted_vector.cxx')
-rw-r--r--o3tl/qa/test-sorted_vector.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/o3tl/qa/test-sorted_vector.cxx b/o3tl/qa/test-sorted_vector.cxx
index 92fab00cd186..8b335040ee84 100644
--- a/o3tl/qa/test-sorted_vector.cxx
+++ b/o3tl/qa/test-sorted_vector.cxx
@@ -17,6 +17,7 @@
using namespace ::o3tl;
+namespace {
// helper class
class SwContent
@@ -32,6 +33,8 @@ public:
}
};
+}
+
class sorted_vector_test : public CppUnit::TestFixture
{
public: