Fix: use of uninitialized variable in C++ userspace-probe testapp
[lttng-tools.git] / tests / utils / testapp / userspace-probe-elf-cxx-binary / test_class.h
index 889792dc55b63cde06b7d88683880f2e16229b80..790a00dcde2d2236d901aca737487b4826ea9756 100644 (file)
@@ -19,6 +19,7 @@
 class test_class
 {
 public:
+       test_class();
        void test_method();
        volatile int test_member;
 };
This page took 0.022704 seconds and 4 git commands to generate.