From a801ec2f50379ae494743e908bd81bec52a098f6 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 24 May 2014 12:15:39 -0400 Subject: [PATCH] CmdUDAs - Converted from A3 to Filter. --- src/commands/CmdUDAs.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/commands/CmdUDAs.cpp b/src/commands/CmdUDAs.cpp index 577d47754..f9753e31b 100644 --- a/src/commands/CmdUDAs.cpp +++ b/src/commands/CmdUDAs.cpp @@ -28,6 +28,7 @@ #include #include #include +#include #include #include #include @@ -66,9 +67,10 @@ int CmdUDAs::execute (std::string& output) } } - // Load/filter all data. + // Apply filter. + Filter filter; std::vector filtered; - filter (filtered); + filter.subset (filtered); if (udas.size ()) {