aboutsummaryrefslogtreecommitdiff
path: root/libbrep/common.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-03-15 18:51:06 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-03-15 18:51:06 +0300
commit3214778ed8efc7a72ab40823e826ac2c64cfbfb3 (patch)
treed1eda04b63e02fcc2140aac502b9c6feabae5eed /libbrep/common.cxx
parent67194c06c57ea32ecb70e8b97bc7037ac0e80751 (diff)
Add support for version iteration
Diffstat (limited to 'libbrep/common.cxx')
-rw-r--r--libbrep/common.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbrep/common.cxx b/libbrep/common.cxx
index 39fd0c7..2499f65 100644
--- a/libbrep/common.cxx
+++ b/libbrep/common.cxx
@@ -6,5 +6,5 @@
namespace brep
{
- const version wildcard_version (0, "0", nullopt, 0);
+ const version wildcard_version (0, "0", nullopt, 0, 0);
}