Fix msvc build

This commit is contained in:
Hannah von Reth 2015-11-11 18:51:24 +01:00
parent 18dfe08c22
commit aed2b0b20a
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ typedef struct {
} SHARED_MEM_TYPE; } SHARED_MEM_TYPE;
Q_CONSTEXPR int SHARED_MEM_TYPE_REV() inline int SHARED_MEM_TYPE_REV()
{ {
return 2; return 2;
} }