mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-23 20:22:58 +03:00
fix build for c++ < 17
This commit is contained in:
parent
4f5c27817c
commit
0b830069b2
@ -47,7 +47,7 @@ namespace LimeReport{
|
|||||||
#if __cplusplus >= 201703L
|
#if __cplusplus >= 201703L
|
||||||
const int inline COLLECTION_TYPE_ID = qMetaTypeId<ACollectionProperty>();
|
const int inline COLLECTION_TYPE_ID = qMetaTypeId<ACollectionProperty>();
|
||||||
#else
|
#else
|
||||||
const int inline COLLECTION_TYPE_ID = qMetaTypeId<ACollectionProperty>();
|
const int COLLECTION_TYPE_ID = qMetaTypeId<ACollectionProperty>();
|
||||||
#endif
|
#endif
|
||||||
class LIMEREPORT_EXPORT ICollectionContainer{
|
class LIMEREPORT_EXPORT ICollectionContainer{
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user