X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/96ed08f775635ccf57ef797008b05427dfaabcc3..b098b62129781c0158ffa531a6de2aa9524d18bf:/samples/oleauto/oleauto.cpp diff --git a/samples/oleauto/oleauto.cpp b/samples/oleauto/oleauto.cpp index 9d1fe96853..dd207520d4 100644 --- a/samples/oleauto/oleauto.cpp +++ b/samples/oleauto/oleauto.cpp @@ -30,7 +30,7 @@ #include "wx/wx.h" #endif -#include +#include "wx/msw/ole/automtn.h" #ifndef __WXMSW__ #error "Sorry, this sample works under Windows only." @@ -91,7 +91,7 @@ enum OleAuto_Test, // controls start here (the numbers are, of course, arbitrary) - OleAuto_Text = 1000, + OleAuto_Text = 1000 }; // ---------------------------------------------------------------------------- @@ -215,4 +215,3 @@ void MyFrame::OnTest(wxCommandEvent& WXUNUSED(event)) return; } } -