diff options
Diffstat (limited to 'libbrep/common.cxx')
-rw-r--r-- | libbrep/common.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbrep/common.cxx b/libbrep/common.cxx index fcd3a14..b2429a6 100644 --- a/libbrep/common.cxx +++ b/libbrep/common.cxx @@ -6,5 +6,5 @@ namespace brep { - const version wildcard_version (0, "0", nullopt, 0, 0); + const version wildcard_version (0, "0", nullopt, nullopt, 0); } |