Skip to content

Commit

Permalink
Add forward declaration for compatibility with form designer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kovalenko committed Oct 18, 2014
1 parent 9574fe8 commit 948a076
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/editor/window_ide.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 948a076

Please sign in to comment.