diff --git a/_c_o_m_8h_source.html b/_c_o_m_8h_source.html
index 249bc3de..744cde68 100644
--- a/_c_o_m_8h_source.html
+++ b/_c_o_m_8h_source.html
@@ -822,11 +822,11 @@ $(function() {
COM runtime error.
Definition: COM.h:26
com_runtime_error(error_type num, const std::string &msg)
Constructs an exception.
Definition: COM.h:34
com_runtime_error(error_type num, const char *msg=nullptr)
Constructs an exception.
Definition: COM.h:44
-Base abstract template class to support object handle keeping for objects that support trivial handle...
Definition: Common.h:831
+Base abstract template class to support object handle keeping for objects that support trivial handle...
Definition: Common.h:834
T handle_type
Datatype of the object handle this template class handles.
Definition: Common.h:574
-handle_type m_h
Object handle.
Definition: Common.h:820
-Numerical runtime error.
Definition: Common.h:965
-HRESULT error_type
Error number type.
Definition: Common.h:967
+handle_type m_h
Object handle.
Definition: Common.h:823
+Numerical runtime error.
Definition: Common.h:968
+HRESULT error_type
Error number type.
Definition: Common.h:970
VARIANT struct wrapper.
Definition: COM.h:261
bool operator<=(const VARIANT &varSrc) const noexcept
Is variant less than or equal to?
Definition: COM.h:965
variant(bool bSrc) noexcept
Constructs VARIANT from bool.
Definition: COM.h:295
@@ -900,7 +900,7 @@ $(function() {