Utils: Fix compile

Change-Id: Idb2c3b8123d9c34259dbb1e9089a14c251c5777d
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Marco Bubke
2017-01-30 16:48:24 +01:00
committed by Tim Jenssen
parent c70b689526
commit 58639a4a18

View File

@@ -31,7 +31,7 @@
#ifdef Q_CC_MSVC
# define ALIGNAS_16
#elif
#else
# define ALIGNAS_16 alignas(16)
#endif