From 614331aa23dc400a4b5406dc71294700de5ad991 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 24 May 2014 15:01:24 -0400 Subject: [PATCH] CmdInfo - Converted from A3 to Filter. --- src/commands/CmdInfo.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/commands/CmdInfo.cpp b/src/commands/CmdInfo.cpp index 76db83895..3785ab2a5 100644 --- a/src/commands/CmdInfo.cpp +++ b/src/commands/CmdInfo.cpp @@ -28,6 +28,7 @@ #include #include #include +#include #include #include #include @@ -59,8 +60,9 @@ int CmdInfo::execute (std::string& output) int rc = 0; // Apply filter. + Filter filter; std::vector filtered; - filter (filtered); + filter.subset (filtered); if (! filtered.size ()) {