diff options
Diffstat (limited to 'core/io/stream_peer_tcp.h')
-rw-r--r-- | core/io/stream_peer_tcp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/io/stream_peer_tcp.h b/core/io/stream_peer_tcp.h index 69c9d0c592..d447ded78b 100644 --- a/core/io/stream_peer_tcp.h +++ b/core/io/stream_peer_tcp.h @@ -73,4 +73,6 @@ public: ~StreamPeerTCP(); }; +VARIANT_ENUM_CAST( StreamPeerTCP::Status ); + #endif |