diff --git a/include/WinStd/Common.h b/include/WinStd/Common.h index 99e3f26b..6066cd04 100644 --- a/include/WinStd/Common.h +++ b/include/WinStd/Common.h @@ -544,7 +544,7 @@ namespace winstd /// /// Destroys the object /// - inline void Free() + inline void free() { if (m_h) { free_internal();