diff options
Diffstat (limited to 'LibCore/CSocket.h')
-rw-r--r-- | LibCore/CSocket.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/LibCore/CSocket.h b/LibCore/CSocket.h index 0de7872fb2..587f80f290 100644 --- a/LibCore/CSocket.h +++ b/LibCore/CSocket.h @@ -7,8 +7,7 @@ class CNotifier; class CSocket : public CIODevice { public: - enum class Type - { + enum class Type { Invalid, TCP, UDP |