aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/advsys/glk_interface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/advsys/glk_interface.cpp')
-rw-r--r--engines/glk/advsys/glk_interface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/advsys/glk_interface.cpp b/engines/glk/advsys/glk_interface.cpp
index 800d70836e..6ec5a08547 100644
--- a/engines/glk/advsys/glk_interface.cpp
+++ b/engines/glk/advsys/glk_interface.cpp
@@ -39,7 +39,7 @@ void GlkInterface::print(int number) {
print(s);
}
-Common::String GlkInterface::getLine() {
+Common::String GlkInterface::readLine() {
// TODO: Stub
return "";
}