Skip to content

Commit 7381bec

Browse files
committed
Fixed warning
1 parent 39d3935 commit 7381bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/internal/DataStructures.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ namespace WS_LITE {
3939
std::thread Thread;
4040
};
4141
const auto CONTROLBUFFERMAXSIZE = 125;
42-
enum method;
42+
4343
class WSContextImpl {
4444
public:
4545
WSContextImpl(ThreadCount threadcount, method m)

0 commit comments

Comments
 (0)