diff --git a/include/WinStd/Common.h b/include/WinStd/Common.h index 96ab29c9..58c2f937 100644 --- a/include/WinStd/Common.h +++ b/include/WinStd/Common.h @@ -750,7 +750,7 @@ namespace winstd /// /// \sa [LocalFree function](https://msdn.microsoft.com/en-us/library/windows/desktop/aa366730.aspx) /// - void operator()(_Ty *_Ptr) const + void operator()(_Frees_ptr_opt_ _Ty *_Ptr) const { LocalFree(_Ptr); }