David Rose преди 23 години
родител
ревизия
264e112fad
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      panda/src/pnmimagetypes/pnmFileTypeTIFF.cxx

+ 2 - 2
panda/src/pnmimagetypes/pnmFileTypeTIFF.cxx

@@ -116,7 +116,7 @@ static toff_t
 istream_seek(thandle_t fd, off_t off, int whence) {
   istream *in = (istream *)fd;
 
-  ios::seek_dir dir;
+  ios_seekdir dir;
   switch (whence) {
   case SEEK_SET:
     dir = ios::beg;
@@ -142,7 +142,7 @@ static toff_t
 ostream_seek(thandle_t fd, off_t off, int whence) {
   ostream *out = (ostream *)fd;
 
-  ios::seek_dir dir;
+  ios_seekdir dir;
   switch (whence) {
   case SEEK_SET:
     dir = ios::beg;