This commit is contained in:
Lenheart 2024-05-04 19:58:29 +08:00
parent 0f3ab5732d
commit c4974a5204
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ namespace kiwano
{ {
RefObject::RefObject() RefObject::RefObject()
: ref_count_(0) : ref_count_(1)
{ {
} }