aboutsummaryrefslogtreecommitdiff
path: root/core/os/file_access.h
diff options
context:
space:
mode:
authorTwistedTwigleg2017-08-11 15:10:05 -0400
committerRémi Verschelde2017-08-16 17:22:23 +0200
commit00f6c859282bb4dab3f6b4f6c20c44222221ebe9 (patch)
treeab3d2bae1ce8e9661480535a6442c94e5aeafd83 /core/os/file_access.h
parentb1ecaaa22b8dd87a75db414cb84ad0f60d5d4cef (diff)
downloadgodot-00f6c859282bb4dab3f6b4f6c20c44222221ebe9.tar.gz
godot-00f6c859282bb4dab3f6b4f6c20c44222221ebe9.tar.zst
godot-00f6c859282bb4dab3f6b4f6c20c44222221ebe9.zip
Diffstat (limited to 'core/os/file_access.h')
-rw-r--r--core/os/file_access.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/os/file_access.h b/core/os/file_access.h
index 6d3e49116..beed7551f 100644
--- a/core/os/file_access.h
+++ b/core/os/file_access.h
@@ -129,7 +129,7 @@ public:
virtual void store_real(real_t p_real);
virtual void store_string(const String &p_string);
- virtual void store_line(const String &p_string);
+ virtual void store_line(const String &p_line);
virtual void store_pascal_string(const String &p_string);
virtual String get_pascal_string();