diff options
Diffstat (limited to 'src/lib/filter.h')
| -rw-r--r-- | src/lib/filter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/filter.h b/src/lib/filter.h index 20c55049c..e7e8b389f 100644 --- a/src/lib/filter.h +++ b/src/lib/filter.h @@ -73,6 +73,7 @@ private: /** all available filters */ static std::vector<Filter const *> _filters; + static void maybe_add (std::string, std::string, std::string, std::string); }; #endif |
