summaryrefslogtreecommitdiff
path: root/ACE/ace/ETCL/ETCL_Constraint.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/ETCL/ETCL_Constraint.inl')
-rw-r--r--ACE/ace/ETCL/ETCL_Constraint.inl3
1 files changed, 2 insertions, 1 deletions
diff --git a/ACE/ace/ETCL/ETCL_Constraint.inl b/ACE/ace/ETCL/ETCL_Constraint.inl
index 99878b78f2f..9e8f4cdc5c1 100644
--- a/ACE/ace/ETCL/ETCL_Constraint.inl
+++ b/ACE/ace/ETCL/ETCL_Constraint.inl
@@ -309,7 +309,8 @@ ETCL_Binary_Expr::lhs (void) const
ACE_INLINE
ETCL_Preference::ETCL_Preference (void)
- : subexpr_ (0)
+ : type_ (0),
+ subexpr_ (0)
{}
ACE_INLINE