diff options
Diffstat (limited to 'bindgen-tests/tests/headers/constructor-tp.hpp')
-rw-r--r-- | bindgen-tests/tests/headers/constructor-tp.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bindgen-tests/tests/headers/constructor-tp.hpp b/bindgen-tests/tests/headers/constructor-tp.hpp index 6e55ea78..3b5d5407 100644 --- a/bindgen-tests/tests/headers/constructor-tp.hpp +++ b/bindgen-tests/tests/headers/constructor-tp.hpp @@ -8,7 +8,7 @@ public: }; template<typename T> -inline void +void Foo<T>::doBaz() { } @@ -21,6 +21,5 @@ template<typename T> Foo<T>::Foo() { } -inline Bar::Bar() { } |