From b56f6ba0662a636e71301ef6dd56c0f8b3737d5b Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Tue, 22 Mar 2011 11:19:15 +0100 Subject: Fix declaration: it's QT_DECL_ALIGN, not QT_DECL_ALIGNED --- src/corelib/global/qglobal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h index 06e19dc..8dd8850 100644 --- a/src/corelib/global/qglobal.h +++ b/src/corelib/global/qglobal.h @@ -755,7 +755,7 @@ namespace QT_NAMESPACE {} # define Q_DECL_IMPORT __declspec(dllimport) # endif # if __HP_aCC-0 >= 061200 -# define Q_DECL_ALIGNED(n) __attribute__((aligned(n))) +# define Q_DECL_ALIGN(n) __attribute__((aligned(n))) # endif # if __HP_aCC-0 >= 062000 # define Q_DECL_EXPORT __attribute__((visibility("default"))) -- cgit v0.12