Skip to content
Commit 3709d157 authored by Volker Krause's avatar Volker Krause
Browse files

Fold Calendar::close() into the Calendar dtor

close() is irreversible and destructive, so pretty much the definition
of a destructor. Having it separately doesn't gain us anything, but brings
some unexpected behavior should any subclass actually override this due to
it being called from the dtor.
parent 372e8aa2
Pipeline #369333 passed with stage
in 4 minutes and 32 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment