summaryrefslogtreecommitdiff
path: root/scene/resources/text_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/text_file.h')
-rw-r--r--scene/resources/text_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/text_file.h b/scene/resources/text_file.h
index 91bb98a3b1..7127eaeb93 100644
--- a/scene/resources/text_file.h
+++ b/scene/resources/text_file.h
@@ -36,7 +36,7 @@
class TextFile : public Resource {
- GDCLASS(TextFile, Resource)
+ GDCLASS(TextFile, Resource);
private:
String text;