Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'agent/tcf/main/test.c')
-rw-r--r--agent/tcf/main/test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/agent/tcf/main/test.c b/agent/tcf/main/test.c
index 47a62cb9..974d4e27 100644
--- a/agent/tcf/main/test.c
+++ b/agent/tcf/main/test.c
@@ -59,6 +59,7 @@ public:
int tcf_cpp_test_class::s_int = 1;
int tcf_cpp_test_class::tcf_cpp_test_class_nested::s_int = 2;
tcf_cpp_test_class_extension * tcf_cpp_text_ce = (tcf_cpp_test_class_extension *)3;
+int tcf_cpp_test_class_extension::* tcf_cpp_test_member_ptr = &tcf_cpp_test_class_extension::f_int;
extern "C" {

Back to the top