diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-02-02 14:27:54 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-02-02 14:27:54 +0000 |
| commit | 98bbaf1e907e927dbd26131cbdef243a82fdc2d1 (patch) | |
| tree | b5863c26d3368c44269755f7af9f5e4b7b117ea7 /src/lib/filter.h | |
| parent | 8b4aa224882d2451f81c0a3ad07ec2d4ea098d5a (diff) | |
Only offer filters and postproc that exist.
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 |
