mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 00:32:57 -04:00
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…
x
Reference in New Issue
Block a user