summaryrefslogtreecommitdiff
path: root/src/io/read.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/read.hpp')
-rw-r--r--src/io/read.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/read.hpp b/src/io/read.hpp
index 4830fa4..2355e46 100644
--- a/src/io/read.hpp
+++ b/src/io/read.hpp
@@ -44,7 +44,7 @@ namespace io
bool get(char&);
size_t get(char *buf, size_t len);
- bool getline(FString&);
+ bool getline(AString&);
bool is_open();
};