Skip to content

Commit 6255edf

Browse files
committed
Fixing duplicate function definition from previous merge.
1 parent 80e244c commit 6255edf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Release/include/cpprest/ws_msg.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ class _websocket_message
9494

9595
websocket_message_type message_type() const { return m_msg_type; }
9696

97-
websocket_message_type message_type() const { return m_msg_type; }
98-
9997
private:
10098

10199
websocket_message_type m_msg_type;

0 commit comments

Comments
 (0)