Fix tests build with wxNO_IMPLICIT_WXSTRING_ENCODING
Add wxASCII_STR to the tests sources too.
This commit is contained in:
committed by
Vadim Zeitlin
parent
57e136d9e1
commit
d16787e1af
@@ -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);
|
||||
|
Reference in New Issue
Block a user