summaryrefslogtreecommitdiff
path: root/o3tl
diff options
context:
space:
mode:
Diffstat (limited to 'o3tl')
-rw-r--r--o3tl/qa/test-typed_flags.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/o3tl/qa/test-typed_flags.cxx b/o3tl/qa/test-typed_flags.cxx
index d2a4154fd71b..c8bc27b499e4 100644
--- a/o3tl/qa/test-typed_flags.cxx
+++ b/o3tl/qa/test-typed_flags.cxx
@@ -18,10 +18,7 @@ using namespace ::o3tl;
enum class ConfigurationChangedHint { NONE, ONE, TWO };
-namespace o3tl
-{
- template<> struct typed_flags< ConfigurationChangedHint> : is_typed_flags< ConfigurationChangedHint, 0xFF> {};
-}
+DECLARE_TYPED_FLAGS(ConfigurationChangedHint, 0xff)
class typed_flags_test : public CppUnit::TestFixture
{