diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-10-30 17:40:39 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-10-30 17:40:39 +0300 |
commit | 2fbdfa4d3df7c09d82bd2c5685420eee5d6dea18 (patch) | |
tree | 9c7ec8bad0ba29739af887f995c95b648469242f /mod | |
parent | 873987793b05fc0d6e9908f5030b2bca145c4e6d (diff) |
Fix to compile with g++ 4.9
Diffstat (limited to 'mod')
-rw-r--r-- | mod/mod-builds.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<build_constrained_package> q ( package_query<build_constrained_package> ( params, tn, false /* archived */)); |