diff options
author | Brent Eagles <brent@zeroc.com> | 2007-06-04 03:39:15 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2007-06-04 03:39:15 +0000 |
commit | 7b50e1a9ec6aeb1150957d253c94a73b308c00fb (patch) | |
tree | 12ea87abc770a24ddefa3d1f8ef7efdc8d5e27e7 /cpp/src | |
parent | Bug 1597. (diff) | |
download | ice-7b50e1a9ec6aeb1150957d253c94a73b308c00fb.tar.bz2 ice-7b50e1a9ec6aeb1150957d253c94a73b308c00fb.tar.xz ice-7b50e1a9ec6aeb1150957d253c94a73b308c00fb.zip |
fix member variable declaration in generated header
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Ice/PropertyNames.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/PropertyNames.h b/cpp/src/Ice/PropertyNames.h index 8196579820b..aa4b136a159 100644 --- a/cpp/src/Ice/PropertyNames.h +++ b/cpp/src/Ice/PropertyNames.h @@ -68,8 +68,8 @@ public: static const PropertyArray Glacier2Props; static const PropertyArray FreezeProps; - static const PropertyArray IceInternal::PropertyNames::validProps[]; - static const char * IceInternal::PropertyNames::clPropNames[]; + static const PropertyArray validProps[]; + static const char * clPropNames[]; }; } |