Correct misleading comment in allheaders test

We don't use any HAVE_XXX here, but we do use wxUSE_XXX.
This commit is contained in:
Vadim Zeitlin
2021-06-15 14:17:48 +02:00
parent 0a166474f8
commit c0f2430ee4

View File

@@ -33,7 +33,7 @@
_Pragma(STRINGIZE(GCC diagnostic ignored STRINGIZE(CONCAT(-W,warn)))) _Pragma(STRINGIZE(GCC diagnostic ignored STRINGIZE(CONCAT(-W,warn))))
#endif #endif
// We have to include this one first in order to check for HAVE_XXX below. // We have to include this one first in order to check for wxUSE_XXX below.
#include "wx/setup.h" #include "wx/setup.h"
#include "catch.hpp" #include "catch.hpp"