ports/graphics/pfstools/files/patch-src-pfs-pfsutils.cpp
Danilo Egea Gondolfo ce3d606a5b - Update from 1.6.4 to 1.8.5 [1]
- Use options helpers

PR:		ports/191179
Submitted by:	ii@any.com.ru [1]
2014-06-20 17:17:54 +00:00

11 lines
350 B
C++

--- src/pfs/pfsutils.cpp.orig 2006-09-21 21:42:54.000000000 +0000
+++ src/pfs/pfsutils.cpp 2014-02-20 19:04:01.566588122 +0000
@@ -81,7 +81,7 @@
char fileName[1024];
FILE *stdinout;
- typedef list<FilePattern> PatternList;
+ typedef std::list<FilePattern> PatternList;
PatternList patternList;
PatternList::iterator currentPattern;