diff --git a/src/CLI2.cpp b/src/CLI2.cpp index 3d156a572..34bf594a6 100644 --- a/src/CLI2.cpp +++ b/src/CLI2.cpp @@ -475,6 +475,8 @@ void CLI2::addFilter (const std::string& arg) if (arg.length ()) add (")"); + + analyze (); } ////////////////////////////////////////////////////////////////////////////////