X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Futils%2Ftestapp%2Fuserspace-probe-elf-cxx-binary%2Ftest_class.h;h=790a00dcde2d2236d901aca737487b4826ea9756;hp=889792dc55b63cde06b7d88683880f2e16229b80;hb=d027de5b303edccbad880d7b9494c3f562f1b323;hpb=ec005ec6d2d9e72e44b6614a573114f03669f242 diff --git a/tests/utils/testapp/userspace-probe-elf-cxx-binary/test_class.h b/tests/utils/testapp/userspace-probe-elf-cxx-binary/test_class.h index 889792dc5..790a00dcd 100644 --- a/tests/utils/testapp/userspace-probe-elf-cxx-binary/test_class.h +++ b/tests/utils/testapp/userspace-probe-elf-cxx-binary/test_class.h @@ -19,6 +19,7 @@ class test_class { public: + test_class(); void test_method(); volatile int test_member; };