summaryrefslogtreecommitdiff
path: root/ACEXML/common/FileCharStream.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/common/FileCharStream.h')
-rw-r--r--ACEXML/common/FileCharStream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACEXML/common/FileCharStream.h b/ACEXML/common/FileCharStream.h
index eb6171147b1..e9edfa1b33d 100644
--- a/ACEXML/common/FileCharStream.h
+++ b/ACEXML/common/FileCharStream.h
@@ -69,7 +69,7 @@ public:
private:
ACEXML_Char *filename_;
- ifstream istream_;
+ FILE *infile_;
};