projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b432c1
)
fix to compile
author
Michael Andres
<ma@suse.de>
Wed, 19 Nov 2008 14:04:55 +0000
(14:04 +0000)
committer
Michael Andres
<ma@suse.de>
Wed, 19 Nov 2008 14:04:55 +0000
(14:04 +0000)
zypp/Glob.h
patch
|
blob
|
history
diff --git
a/zypp/Glob.h
b/zypp/Glob.h
index
eec4d4b
..
c86f734
100644
(file)
--- a/
zypp/Glob.h
+++ b/
zypp/Glob.h
@@
-239,7
+239,7
@@
namespace zypp
Glob glob( pattern_r, flags_r );
if ( glob.lastGlobReturn() == 0 )
for_( it, glob.begin(), glob.end() )
- (*result_r)++ = _OutputIterator::container_type::value_type(*it);
+ (*result_r)++ =
typename
_OutputIterator::container_type::value_type(*it);
return glob.lastGlobReturn();
}
//@}