From 26b90b6e41e039f69a168368bcf3373f54e7d4d6 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Wed, 18 May 2016 13:43:33 +0200 Subject: [PATCH] winstd::handle<>::Free() >> winstd::handle<>::free() --- include/WinStd/Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();