summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_decl.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_decl.h')
-rw-r--r--TAO/TAO_IDL/include/ast_decl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/include/ast_decl.h b/TAO/TAO_IDL/include/ast_decl.h
index 54d58590808..2835c8bb42a 100644
--- a/TAO/TAO_IDL/include/ast_decl.h
+++ b/TAO/TAO_IDL/include/ast_decl.h
@@ -201,7 +201,7 @@ public:
virtual const char *full_name (void);
// Return the stringified full name.
- const char *flat_name (void);
+ virtual const char *flat_name (void);
// Return the flattened full scoped name.
const char *repoID (void);