express: Fix compiler error with HAVE_TAR
This commit is contained in:
parent
0e7302e86a
commit
c3d52eeee1
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue