express: Fix compiler error with HAVE_TAR

This commit is contained in:
Sam Edwards 2018-11-12 17:24:15 -07:00
parent 0e7302e86a
commit c3d52eeee1

View File

@ -32,7 +32,7 @@
#endif // HAVE_TAR
#ifdef HAVE_TAR
istream *Patchfile::_tar_istream = nullptr;
std::istream *Patchfile::_tar_istream = nullptr;
#endif // HAVE_TAR
using std::endl;