aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/config/utility.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/config/utility.cxx')
-rw-r--r--libbuild2/config/utility.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/config/utility.cxx b/libbuild2/config/utility.cxx
index b10c980..12ec1fe 100644
--- a/libbuild2/config/utility.cxx
+++ b/libbuild2/config/utility.cxx
@@ -7,7 +7,7 @@ using namespace std;
namespace build2
{
- void (*config_save_variable) (scope&, const variable&, uint64_t);
+ void (*config_save_variable) (scope&, const variable&, optional<uint64_t>);
void (*config_save_module) (scope&, const char*, int);
const string& (*config_preprocess_create) (context&,
values&,