Fix error when downloading export templates

This commit is contained in:
nanoframe
2018-01-31 18:15:06 -07:00
parent e7cf2b2e77
commit 57deed44a8
2 changed files with 9 additions and 1 deletions

View File

@ -77,6 +77,8 @@ class ExportTemplateManager : public ConfirmationDialog {
void _begin_template_download(const String &p_url);
void _window_template_downloader_closed();
protected:
void _notification(int p_what);
static void _bind_methods();