diff options
Diffstat (limited to 'zenhttp')
| -rw-r--r-- | zenhttp/include/zenhttp/websocket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenhttp/include/zenhttp/websocket.h b/zenhttp/include/zenhttp/websocket.h index a514e6002..132dd1679 100644 --- a/zenhttp/include/zenhttp/websocket.h +++ b/zenhttp/include/zenhttp/websocket.h @@ -71,7 +71,7 @@ class WebSocketMessage bool IsValid() const; }; - static_assert(sizeof Header == 24); + static_assert(sizeof(Header) == 24); static std::atomic_uint32_t NextCorrelationId; |