We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b980b2e commit 373a8f7Copy full SHA for 373a8f7
src/mfast/coder/decoder_v2/fast_decoder_core.h
@@ -107,7 +107,7 @@ template <> class decoder_pmap_saver<pmap_segment_size_zero> {
107
template <bool MoreThanOneToken> struct token_base {
108
unsigned current_token_;
109
110
- void get_token() const { return current_token_; }
+ unsigned get_token() const { return current_token_; }
111
void set_token(unsigned token) { current_token_ = token; }
112
};
113
0 commit comments