X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FGUI%2Flayout-test.cxx;h=d4bf53a567b9824b48dee6b16cce3833c3deef7f;hb=c5366cceb6d345d3526ab013b04eb815fe0a6845;hp=c006340898907c8f84bbd0969f1ce4b08806ede3;hpb=a251fd35cb3ad3f6b30982f1b74702ca0dec5b67;p=flightgear.git diff --git a/src/GUI/layout-test.cxx b/src/GUI/layout-test.cxx index c00634089..d4bf53a56 100644 --- a/src/GUI/layout-test.cxx +++ b/src/GUI/layout-test.cxx @@ -5,7 +5,7 @@ #include #include -#include SG_GL_H +#include #include #include #include @@ -42,7 +42,7 @@ int main(int argc, char** argv) } fclose(tmp); - pwInit(0, 0, 600, 400, 0, "Layout Test", true, 0); + pwInit(0, 0, 600, 400, 0, const_cast("Layout Test"), true, 0); pwSetCallbacks(keyboardCB, mouseButtonCB, mouseMotionCB, resizeCB, exitCB);