summaryrefslogtreecommitdiff
path: root/tests/headers/class_nested.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/class_nested.hpp')
-rw-r--r--tests/headers/class_nested.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/class_nested.hpp b/tests/headers/class_nested.hpp
index ccf2f895..208bc4be 100644
--- a/tests/headers/class_nested.hpp
+++ b/tests/headers/class_nested.hpp
@@ -31,6 +31,6 @@ class Templated {
class Templated_inner {
public:
T* member_ptr;
- void get() {}
+ void get();
};
};