From 2fbdfa4d3df7c09d82bd2c5685420eee5d6dea18 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 30 Oct 2018 17:40:39 +0300 Subject: Fix to compile with g++ 4.9 --- mod/mod-builds.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') diff --git a/mod/mod-builds.cxx b/mod/mod-builds.cxx index 4d03987..fbdae4c 100644 --- a/mod/mod-builds.cxx +++ b/mod/mod-builds.cxx @@ -670,7 +670,7 @@ handle (request& rq, response& rs) // caching will not be easy as the cached values depend on the filter // form parameters. // - query q ( + query q ( package_query ( params, tn, false /* archived */)); -- cgit v1.1