minor update

This commit is contained in:
Blaise Tine 2021-03-25 09:50:04 -04:00
parent 147f70fa3e
commit 994cc25ec4

View file

@ -55,7 +55,7 @@ public:
return ticks;
}
auto operator->() {
T* operator->() {
return &top_;
}
};