summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_helper.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be_include/be_helper.h b/TAO/TAO_IDL/be_include/be_helper.h
index 99d5b096063..e0d7253e035 100644
--- a/TAO/TAO_IDL/be_include/be_helper.h
+++ b/TAO/TAO_IDL/be_include/be_helper.h
@@ -127,7 +127,7 @@ public:
TAO_OutStream::STREAM_TYPE stream_type (void);
// return the stream type
- FILE *file (void);
+ FILE *&file (void);
// Return the underlying lowlevel file pointer.
int incr_indent (unsigned short flag = 1);