From 4b16b507d99d7bd8d52327a2ddb18892a896be5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Lien=20Sell=C3=A6g?= Date: Fri, 2 Sep 2016 01:47:46 +0200 Subject: [PATCH] cleanup: wrong guard name --- toREST/include/session.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/toREST/include/session.hpp b/toREST/include/session.hpp index e91d734..bcf0a3f 100644 --- a/toREST/include/session.hpp +++ b/toREST/include/session.hpp @@ -1,5 +1,5 @@ -#ifndef _TOREST_RESOURCE_SESSION_HPP_ -#define _TOREST_RESOURCE_SESSION_HPP_ +#ifndef _TOREST_SESSION_HPP_ +#define _TOREST_SESSION_HPP_ #include #include @@ -133,7 +133,7 @@ namespace session { std::shared_ptr mgr; }; } -#endif // _TOREST_RESOURCE_SESSION_HPP_ +#endif // _TOREST_RESOURCE_HPP_ /*! Resource: torrents Other: