diff --git a/src/commands/CmdExport.cpp b/src/commands/CmdExport.cpp index 20ac068a8..73d18826b 100644 --- a/src/commands/CmdExport.cpp +++ b/src/commands/CmdExport.cpp @@ -26,6 +26,7 @@ #include #include +#include #include #include #include @@ -48,8 +49,9 @@ int CmdExport::execute (std::string& output) int rc = 0; // Apply filter. + Filter filter; std::vector filtered; - filter (filtered); + filter.subset (filtered); // Note: "limit:" feature not supported. // TODO Why not?