summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorBrent Eagles <brent@zeroc.com>2007-06-04 03:39:15 +0000
committerBrent Eagles <brent@zeroc.com>2007-06-04 03:39:15 +0000
commit7b50e1a9ec6aeb1150957d253c94a73b308c00fb (patch)
tree12ea87abc770a24ddefa3d1f8ef7efdc8d5e27e7 /cpp/src
parentBug 1597. (diff)
downloadice-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.h4
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[];
};
}