diff --git a/src/func_getattr_newest.cpp b/src/func_getattr_newest.cpp index 17f9bc95..9ec8b734 100644 --- a/src/func_getattr_newest.cpp +++ b/src/func_getattr_newest.cpp @@ -16,7 +16,7 @@ Func2::GetattrNewest::process(const Branches &branches_, fs::Path fullpath; branches = branches_; - newest_branch = std::nullptr; + newest_branch = nullptr; for(const auto &branch : *branches) {