diff options
Diffstat (limited to 'src/hole.cpp')
-rw-r--r-- | src/hole.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hole.cpp b/src/hole.cpp index 7a50566d..ad29c752 100644 --- a/src/hole.cpp +++ b/src/hole.cpp @@ -57,7 +57,7 @@ hole::~hole() noexcept return; } -void hole::update(const std::shared_ptr<object>&, size_t&, const Ns&) {} +void hole::update(const bptr<object>&, size_t&, const Ns&) {} hole::operator hole_proto() const { |