vendor/rust/test/cppclass.hh in gecoder-0.4.0 vs vendor/rust/test/cppclass.hh in gecoder-0.5.0

- old
+ new

@@ -25,10 +25,11 @@ #include <stdint.h> class TestClass { public: TestClass(); + ~TestClass(); void action1(uint32_t unused_parameter); void action2(char *string); void action3(const TestClass &tc); @@ -59,5 +60,8 @@ uint32_t val; std::string str; uint32_t m_variable; }; + + +