Fix tests build with wxNO_IMPLICIT_WXSTRING_ENCODING

Add wxASCII_STR to the tests sources too.
This commit is contained in:
Arrigo Marchiori
2020-04-09 22:35:36 +02:00
committed by Vadim Zeitlin
parent 57e136d9e1
commit d16787e1af
2 changed files with 26 additions and 23 deletions

View File

@@ -16,7 +16,7 @@
#include "wx/app.h"
#include "testableframe.h"
wxTestableFrame::wxTestableFrame() : wxFrame(NULL, wxID_ANY, "Test Frame")
wxTestableFrame::wxTestableFrame() : wxFrame(NULL, wxID_ANY, wxASCII_STR("Test Frame"))
{
// Use fixed position to facilitate debugging.
Move(200, 200);