summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Encoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Encoder.h b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Encoder.h
index 6f8c5d2070b..9c8cb300bca 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Encoder.h
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Encoder.h
@@ -55,7 +55,7 @@ namespace TAO_PG
/// Meaningless method to keep ACE_Vector happy
bool operator != (const NamedValue &rhs) const;
};
- typedef ACE_Vector< NamedValue, 10 > NamedValueVec;
+ typedef ACE_Vector<NamedValue, 10> NamedValueVec;
public:
/**