updated build system
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -46,7 +46,7 @@ struct com_init_wrapper final {
|
||||
[[nodiscard]] auto is_initialized() const -> bool { return initialized_; }
|
||||
|
||||
private:
|
||||
BOOL initialized_;
|
||||
BOOL initialized_{};
|
||||
};
|
||||
} // namespace repertory::utils
|
||||
|
||||
|
||||
Reference in New Issue
Block a user