aboutsummaryrefslogtreecommitdiff
path: root/source/DataFormatters/TypeSynthetic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/DataFormatters/TypeSynthetic.cpp')
-rw-r--r--source/DataFormatters/TypeSynthetic.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/DataFormatters/TypeSynthetic.cpp b/source/DataFormatters/TypeSynthetic.cpp
index 972be486b783..3949673a4be8 100644
--- a/source/DataFormatters/TypeSynthetic.cpp
+++ b/source/DataFormatters/TypeSynthetic.cpp
@@ -57,9 +57,9 @@ CXXSyntheticChildren::GetDescription()
Cascades() ? "" : " (not cascading)",
SkipsPointers() ? " (skip pointers)" : "",
SkipsReferences() ? " (skip references)" : "",
- m_create_callback,
+ reinterpret_cast<void*>(reinterpret_cast<intptr_t>(m_create_callback)),
m_description.c_str());
-
+
return sstr.GetString();
}