Skip to content

Commit 2dedba5

Browse files
committed
fix: getDecodersCount compile error
1 parent 2c09c35 commit 2dedba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/decoder_manager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class RpcDecoderManager {
3232
while (true);
3333
}
3434

35-
static size_t getDecodersCount() const {
35+
static size_t getDecodersCount() {
3636
return decoders_count;
3737
}
3838

0 commit comments

Comments
 (0)