aboutsummaryrefslogtreecommitdiff
path: root/gcc/analyzer/exploded-graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/analyzer/exploded-graph.h')
-rw-r--r--gcc/analyzer/exploded-graph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/analyzer/exploded-graph.h b/gcc/analyzer/exploded-graph.h
index f847c01..aa18bf4 100644
--- a/gcc/analyzer/exploded-graph.h
+++ b/gcc/analyzer/exploded-graph.h
@@ -426,7 +426,7 @@ class dynamic_call_info_t : public custom_edge_info
public:
dynamic_call_info_t (const gcall *dynamic_call,
const bool is_returning_call = false)
- : m_dynamic_call (dynamic_call),
+ : m_dynamic_call (dynamic_call),
m_is_returning_call (is_returning_call)
{}