Skip to content

Commit 57c01d6

Browse files
committed
Fixing compilation error from merge.
1 parent 04d43e1 commit 57c01d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/include/cpprest/ws_msg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ class websocket_incoming_message
232232
/// <returns>websocket_message_type</returns>
233233
websocket_message_type message_type() const
234234
{
235-
return _m_impl->message_type();
235+
return m_msg_type;
236236
}
237237

238238
private:

0 commit comments

Comments
 (0)