summaryrefslogtreecommitdiff
path: root/apps/Gateway/Gateway/File_Parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/Gateway/Gateway/File_Parser.h')
-rw-r--r--apps/Gateway/Gateway/File_Parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Gateway/Gateway/File_Parser.h b/apps/Gateway/Gateway/File_Parser.h
index 1e8dd264809..8f09352fcd9 100644
--- a/apps/Gateway/Gateway/File_Parser.h
+++ b/apps/Gateway/Gateway/File_Parser.h
@@ -47,7 +47,7 @@ class File_Parser
// <Consumer_Map>.
public:
// = Open and Close the file specified
- int open (const ACE_TCHAR filename[]);
+ int open (const char filename[]);
int close (void);
virtual FP::Return_Type read_entry (ENTRY &entry,