| Index: src/IceTLS.h
|
| diff --git a/src/IceTLS.h b/src/IceTLS.h
|
| index 3fba80307e0a2414572e666e23d94a3796352519..ee1fe24687162c28a7e7dbf72c1b40a0fabea2b5 100644
|
| --- a/src/IceTLS.h
|
| +++ b/src/IceTLS.h
|
| @@ -71,7 +71,7 @@
|
| static int FieldName##__initStatus
|
| #define ICE_TLS_DEFINE_FIELD(Type, ClassName, FieldName) \
|
| pthread_key_t ClassName::FieldName##__key; \
|
| - int ClassName::FieldName##__initStatus = 1;
|
| + int ClassName::FieldName##__initStatus = 1
|
| #define ICE_TLS_INIT_FIELD(FieldName) \
|
| if (FieldName##__initStatus) { \
|
| FieldName##__initStatus = pthread_key_create(&FieldName##__key, nullptr); \
|
|
|