Browse Source

express: Fix compiler error with HAVE_TAR

Sam Edwards 7 years ago
parent
commit
c3d52eeee1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/express/patchfile.cxx

+ 1 - 1
panda/src/express/patchfile.cxx

@@ -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;