diff options
| author | toger5 | 2017-08-31 16:58:43 +0200 |
|---|---|---|
| committer | toger5 | 2017-08-31 16:58:43 +0200 |
| commit | 85cc4e823e989f5dc4cc69ec3eb2e4f81026b95f (patch) | |
| tree | 2e3cafde00123972e2974890b9a8f56f01b13471 /editor/import_dock.h | |
| parent | 41e1bbd30c1e6db57e3fbbc037f6ce4645e20fb9 (diff) | |
| download | godot-85cc4e823e989f5dc4cc69ec3eb2e4f81026b95f.tar.gz godot-85cc4e823e989f5dc4cc69ec3eb2e4f81026b95f.tar.zst godot-85cc4e823e989f5dc4cc69ec3eb2e4f81026b95f.zip | |
Diffstat (limited to 'editor/import_dock.h')
| -rw-r--r-- | editor/import_dock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/import_dock.h b/editor/import_dock.h index 12140ce64..029c45832 100644 --- a/editor/import_dock.h +++ b/editor/import_dock.h @@ -65,6 +65,7 @@ class ImportDock : public VBoxContainer { protected: static void _bind_methods(); + void _notification(int p_what); public: void set_edit_path(const String &p_path); |
