From 66d8a1267cba59cb3d1e88a936e91acb9efb4f60 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 24 May 2014 13:34:54 -0400 Subject: [PATCH] CmdUrgency - Converted from A3 to Filter. --- src/commands/CmdUrgency.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/commands/CmdUrgency.cpp b/src/commands/CmdUrgency.cpp index 684648fa2..22e9b0dea 100644 --- a/src/commands/CmdUrgency.cpp +++ b/src/commands/CmdUrgency.cpp @@ -28,6 +28,7 @@ #include #include #include +#include #include #include #include @@ -49,8 +50,9 @@ CmdUrgency::CmdUrgency () int CmdUrgency::execute (std::string& output) { // Apply filter. + Filter filter; std::vector filtered; - filter (filtered); + filter.subset (filtered); if (filtered.size () == 0) {