Skip to content

Allow calling init() twice on a DataHandle

Marco Clemencic requested to merge 221-make-DataHandle-init-idempotent into master

Instead of failing (only in debug builds) because of an assert, if the DataObjectHandleBase was already initialized, just return true.

Closes #221 (closed)

Merge request reports