diff options
Diffstat (limited to 'mod/mod-builds.cxx')
-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 */)); |