mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-12-27 15:18:29 +00:00
Remove extra namespace typo
This commit is contained in:
parent
166924427e
commit
b5816be104
@ -34,7 +34,7 @@ namespace stat_trackers {
|
||||
|
||||
private:
|
||||
struct {
|
||||
std::chrono::steady_clock::steady_clock::time_point last_callback_time = std::chrono::steady_clock::now();
|
||||
std::chrono::steady_clock::time_point last_callback_time = std::chrono::steady_clock::now();
|
||||
T stat_min = std::numeric_limits<T>::max();
|
||||
T stat_max = 0;
|
||||
double stat_total = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user