aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/handle.hpp
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-10-14 00:00:22 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-10-14 00:00:22 +0300
commit69905917cf2c46fa0093df7323e5326450d1246b (patch)
tree2ec12ee6f588f7bcefab713c976ed64aa1e729ec /src/handle.hpp
parentrename the project (diff)
downloadprivilege-check-69905917cf2c46fa0093df7323e5326450d1246b.tar.gz
privilege-check-69905917cf2c46fa0093df7323e5326450d1246b.zip
move code from headers to .cpp files
Diffstat (limited to 'src/handle.hpp')
-rw-r--r--src/handle.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handle.hpp b/src/handle.hpp
index 80b6a06..62670de 100644
--- a/src/handle.hpp
+++ b/src/handle.hpp
@@ -62,7 +62,7 @@ private:
namespace std
{
- void swap(Handle& a, Handle& b) noexcept
+ inline void swap(Handle& a, Handle& b) noexcept
{
a.swap(b);
}