fixed upnp header define

This commit is contained in:
Arvid Norberg 2007-05-04 20:55:39 +00:00
parent 328f335a4d
commit 52f9abb652
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ private:
bool m_disabled; bool m_disabled;
bool m_closing; bool m_closing;
#if defined(TORRENT_LOGGING) || defined(TORRENT_VERBOSE_LOGGING) #ifdef TORRENT_UPNP_LOGGING
std::ofstream m_log; std::ofstream m_log;
#endif #endif
}; };