Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Commit d8616d7

Browse files
committed
fixup! quic: use backing store for StatsBase
1 parent 5cee239 commit d8616d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quic/node_quic_util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ struct StatsTraits {
109109
template <typename T>
110110
class StatsBase {
111111
public:
112-
typedef typename T::Stats Stats;
112+
typedef typename T::Stats Stats;
113113

114114
// A StatsBase instance may have one of three histogram
115115
// instances. One that records rate of data flow, one

0 commit comments

Comments
 (0)