about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/godot_variant.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/godot_variant.cpp b/src/godot_variant.cpp index 152408f..1bc906f 100644 --- a/src/godot_variant.cpp +++ b/src/godot_variant.cpp
@@ -69,6 +69,7 @@ GodotVariant ParseVariant(std::basic_istream<char>& stream) {
69 } 69 }
70 default: { 70 default: {
71 // eh 71 // eh
72 return {std::monostate{}};
72 } 73 }
73 } 74 }
74} 75}