From 948a0769396f18f67df49c695148ee2f0130c9a1 Mon Sep 17 00:00:00 2001 From: Pavel Kovalenko Date: Sat, 18 Oct 2014 15:38:33 +0400 Subject: [PATCH] Add forward declaration for compatibility with form designer. --- src/editor/window_ide.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/editor/window_ide.h b/src/editor/window_ide.h index a68ed6a88c1..910f6166023 100644 --- a/src/editor/window_ide.h +++ b/src/editor/window_ide.h @@ -7,6 +7,11 @@ using namespace System::Windows::Forms; using namespace System::Data; using namespace System::Drawing; +namespace editor +{ +ref class window_ide; +} + namespace WeifenLuo { namespace WinFormsUI { interface class IDockContent;