]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/WindowSystemAdapter.cxx
cosmetic changes *only*:
[flightgear.git] / src / Main / WindowSystemAdapter.cxx
index 14530b5bbbc34467ac1694d8d4472c5f1ca294c8..2739cd0452c1211a5aa253489a282b18d9c761f8 100644 (file)
@@ -111,7 +111,7 @@ void WindowSystemAdapter::puGetWindowSize(int* width, int* height)
     *height = traits->height;
 }
 
-bool WindowSystemAdapter::puInitialize()
+void WindowSystemAdapter::puInitialize()
 {
     puSetWindowFuncs(puGetWindow, 0, puGetWindowSize, 0);
     puRealInit();