mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fix typo in typedef changes that broke tests on 32-bit Debian 9
This commit is contained in:
parent
5d3568d08d
commit
59013dedcf
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class OutputHandler;
|
||||||
// causing a crash.
|
// causing a crash.
|
||||||
using analyzer_list = std::list<Analyzer*>;
|
using analyzer_list = std::list<Analyzer*>;
|
||||||
using ID = uint32_t;
|
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.
|
* Class to receive processed output from an anlyzer.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue