Fix typo in typedef changes that broke tests on 32-bit Debian 9

This commit is contained in:
Tim Wojtulewicz 2021-10-14 11:49:30 -07:00
parent 5d3568d08d
commit 59013dedcf

View file

@ -58,7 +58,7 @@ class OutputHandler;
// causing a crash.
using analyzer_list = std::list<Analyzer*>;
using ID = uint32_t;
using analyzer_timer_func = void (Analyzer::*)(double_t);
using analyzer_timer_func = void (Analyzer::*)(double t);
/**
* Class to receive processed output from an anlyzer.