Fix msvc build
This commit is contained in:
parent
18dfe08c22
commit
aed2b0b20a
|
@ -33,7 +33,7 @@ typedef struct {
|
|||
|
||||
} SHARED_MEM_TYPE;
|
||||
|
||||
Q_CONSTEXPR int SHARED_MEM_TYPE_REV()
|
||||
inline int SHARED_MEM_TYPE_REV()
|
||||
{
|
||||
return 2;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue