Browse Source

cleanup: wrong guard name

master
Jørgen Lien Sellæg 10 years ago
parent
commit
4b16b507d9
  1. 6
      toREST/include/session.hpp

6
toREST/include/session.hpp

@ -1,5 +1,5 @@
#ifndef _TOREST_RESOURCE_SESSION_HPP_ #ifndef _TOREST_SESSION_HPP_
#define _TOREST_RESOURCE_SESSION_HPP_ #define _TOREST_SESSION_HPP_
#include <resource.hpp> #include <resource.hpp>
#include <util.hpp> #include <util.hpp>
@ -133,7 +133,7 @@ namespace session {
std::shared_ptr<basic_manager> mgr; std::shared_ptr<basic_manager> mgr;
}; };
} }
#endif // _TOREST_RESOURCE_SESSION_HPP_ #endif // _TOREST_RESOURCE_HPP_
/*! Resource: torrents /*! Resource: torrents
Other: Other:

Loading…
Cancel
Save