diff options
| author | Lexi Winter <lexi@hemlock.eden.le-fay.org> | 2025-03-24 20:52:44 +0000 |
|---|---|---|
| committer | Lexi Winter <lexi@hemlock.eden.le-fay.org> | 2025-03-24 20:52:44 +0000 |
| commit | 0621199d2502a98784c0db65b93c3fe3b1ebbc56 (patch) | |
| tree | c9bab370c6d50fd8aefd354c8969f18f23128c4b | |
| parent | 0909c8089b470f26fb50a5788b921854129b2671 (diff) | |
| download | libnvxx-0621199d2502a98784c0db65b93c3fe3b1ebbc56.tar.gz libnvxx-0621199d2502a98784c0db65b93c3fe3b1ebbc56.tar.bz2 | |
__nv_list_base: remove the default ctor argument
| -rw-r--r-- | libnvxx/nvxx_base.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libnvxx/nvxx_base.h b/libnvxx/nvxx_base.h index 298d5d6..8b70898 100644 --- a/libnvxx/nvxx_base.h +++ b/libnvxx/nvxx_base.h @@ -49,8 +49,7 @@ protected: friend struct bsd::const_nv_list; __nv_list_base(int __flags = 0); - __nv_list_base(::nvlist_t *, - nvlist_owning = nvlist_owning::owning); + __nv_list_base(::nvlist_t *, nvlist_owning); __nv_list_base(__nv_list_base const &) = delete; __nv_list_base(__nv_list_base &&) noexcept = delete; |
