summaryrefslogtreecommitdiffstats
path: root/core/templates/rb_set.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/templates/rb_set.h')
-rw-r--r--core/templates/rb_set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/rb_set.h b/core/templates/rb_set.h
index ac7a8df36a..1b69f2f0c2 100644
--- a/core/templates/rb_set.h
+++ b/core/templates/rb_set.h
@@ -76,7 +76,7 @@ public:
}
const T &get() const {
return value;
- };
+ }
Element() {}
};