From 94e6e8dfc677a86ab1df33510dffb61021298007 Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Sat, 25 Mar 2017 09:27:55 +0100 Subject: tst_moc: fix include guards Change-Id: I465c035cc741f94cb6737e86e33fbd1589ddaa8e Reviewed-by: Marc Mutz --- tests/auto/tools/moc/cxx17-namespaces.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/tools') diff --git a/tests/auto/tools/moc/cxx17-namespaces.h b/tests/auto/tools/moc/cxx17-namespaces.h index 7c9f54d5f3..97f534c697 100644 --- a/tests/auto/tools/moc/cxx17-namespaces.h +++ b/tests/auto/tools/moc/cxx17-namespaces.h @@ -27,7 +27,7 @@ ****************************************************************************/ #ifndef CXX17_NAMESPACES_H -#define CXX11_NAMESPACES_H +#define CXX17_NAMESPACES_H #include #if defined(__cpp_nested_namespace_definitions) || defined(Q_MOC_RUN) -- cgit v1.2.3