diff options
author | Juan Linietsky <reduzio@gmail.com> | 2017-01-11 16:54:44 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2017-01-11 16:54:44 -0300 |
commit | a29f942c6b08fe6e20fb8cd9b160096cf57c8ef3 (patch) | |
tree | af836ab6967c1ed767123b74568ec79f63fdefb7 /tools | |
parent | 7474fc133a268eae12b7b89307cb0482e3781820 (diff) |
removed stray hash
Diffstat (limited to 'tools')
-rw-r--r-- | tools/editor/editor_settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/editor_settings.cpp b/tools/editor/editor_settings.cpp index 526144754d..e396ac1679 100644 --- a/tools/editor/editor_settings.cpp +++ b/tools/editor/editor_settings.cpp @@ -48,7 +48,7 @@ #include "os/keyboard.h" -# + Ref<EditorSettings> EditorSettings::singleton=NULL; |