Fix compiler directive in ServerApplicationPaths

This commit is contained in:
Eric Reed 2013-02-25 16:43:16 -05:00
parent 835a71b0b2
commit 9f485c244f

View file

@ -17,7 +17,7 @@ namespace MediaBrowser.Server.Implementations
: base(true) : base(true)
{ {
} }
#elif (RELEASE) #else
public ServerApplicationPaths() public ServerApplicationPaths()
: base(false) : base(false)
{ {