aboutsummaryrefslogtreecommitdiff
path: root/mod/page.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-12-07 23:12:05 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-12-11 14:05:48 +0300
commit294c558d577cd4acb2ee8e94e0dfd6acdb946c6c (patch)
tree02742141dad6cf91040eb48eca54b718dee8ad55 /mod/page.cxx
parent7dabb6e931740b2777be5dca53c3cec0b984f0fb (diff)
Add support for build configuration class inheritance
Diffstat (limited to 'mod/page.cxx')
-rw-r--r--mod/page.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/page.cxx b/mod/page.cxx
index eab28c6..7cfce62 100644
--- a/mod/page.cxx
+++ b/mod/page.cxx
@@ -18,8 +18,8 @@
#include <libbrep/package.hxx>
#include <libbrep/package-odb.hxx>
+#include <mod/build.hxx> // build_log_url()
#include <mod/utility.hxx>
-#include <mod/build-config.hxx> // build_log_url()
using namespace std;
using namespace xml;
@@ -718,7 +718,7 @@ namespace brep
s << SPAN(CLASS="pending") << "pending" << ~SPAN;
else
s << A
- << HREF << force_rebuild_url (host_, root_, build_) << ~HREF
+ << HREF << build_force_url (host_, root_, build_) << ~HREF
<< "rebuild"
<< ~A;