]> git.pld-linux.org Git - packages/avifile.git/blob - avifile-gcc4.patch
- added patches:
[packages/avifile.git] / avifile-gcc4.patch
1 --- avifile-0.7-0.7.45/include/avm_map.h.orig   2006-12-21 17:37:39.000000000 +0000
2 +++ avifile-0.7-0.7.45/include/avm_map.h        2006-12-21 17:37:43.000000000 +0000
3 @@ -45,7 +45,7 @@
4  
5      template <class Key1, class Value1> struct binary_tree_node
6      {
7 -       avm_map::pair<Key1, Value1>* entry;
8 +       pair<Key1, Value1>* entry;
9         binary_tree_node<Key1, Value1>* left;
10         Key1 minval;
11         binary_tree_node<Key1, Value1>* right;
This page took 0.042828 seconds and 3 git commands to generate.