parent
6b550ae91f
commit
56c6489a6c
3 changed files with 13 additions and 2 deletions
@ -0,0 +1,6 @@ |
||||
#include <wx/stc/stc.h> |
||||
|
||||
int main() { |
||||
wxStyledTextCtrl *canvas = new wxStyledTextCtrl(); |
||||
delete canvas; |
||||
} |
Loading…
Reference in new issue