summaryrefslogtreecommitdiff
path: root/tao/Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'tao/Object.h')
-rw-r--r--tao/Object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tao/Object.h b/tao/Object.h
index 4bef8185f20..01c224cd7d7 100644
--- a/tao/Object.h
+++ b/tao/Object.h
@@ -135,7 +135,7 @@ namespace CORBA
// appropriate.
/// Determine if we are of the type specified by the "logical_type_id"
- virtual CORBA::Boolean _is_a (const char *logical_type_id);
+ virtual CORBA::Boolean _is_a (const std::string logical_type_id);
/// The repository ID for the most derived class, this is an
/// implementation method and does no remote invocations!