Skip to content

Commit

Permalink
Merge pull request #2744 from herrnst/fix-disable-webserver
Browse files Browse the repository at this point in the history
[fix] fix compilation with --disable-webserver
  • Loading branch information
Montellese committed May 13, 2013
2 parents 257bb03 + 0fb2161 commit c41eb71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/network/NetworkServices.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ using namespace UPNP;
#endif // HAS_UPNP

CNetworkServices::CNetworkServices()
:
#ifdef HAS_WEB_SERVER
:
m_webserver(*new CWebServer),
m_httpImageHandler(*new CHTTPImageHandler),
m_httpVfsHandler(*new CHTTPVfsHandler)
Expand Down

0 comments on commit c41eb71

Please sign in to comment.