mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-2707 err in test C++ rtti function
X-SVN-Rev: 12300
This commit is contained in:
parent
e1fbed9aa1
commit
86f78fd50a
1 changed files with 2 additions and 2 deletions
|
@ -267,12 +267,12 @@ public:
|
|||
|
||||
virtual inline UClassID getDynamicClassID() const
|
||||
{
|
||||
return (UClassID)gID;
|
||||
return (UClassID)&gID;
|
||||
}
|
||||
|
||||
static inline UClassID getStaticClassID()
|
||||
{
|
||||
return (UClassID)gID;
|
||||
return (UClassID)&gID;
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Reference in a new issue