diff options
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[]; }; } |