diff options
Diffstat (limited to 'tests/headers/class_nested.hpp')
-rw-r--r-- | tests/headers/class_nested.hpp | 2 |
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(); }; }; |