Skip to content

Commit 948a076

Browse files
author
Pavel Kovalenko
committed
Add forward declaration for compatibility with form designer.
1 parent 9574fe8 commit 948a076

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/editor/window_ide.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ using namespace System::Windows::Forms;
77
using namespace System::Data;
88
using namespace System::Drawing;
99

10+
namespace editor
11+
{
12+
ref class window_ide;
13+
}
14+
1015
namespace WeifenLuo {
1116
namespace WinFormsUI {
1217
interface class IDockContent;

0 commit comments

Comments
 (0)