]> git.pld-linux.org Git - packages/avifile.git/blob - avifile-gcc4.patch
b98f1fba9dd51d0f80f7980c2d66ee63c3881e79
[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.029612 seconds and 2 git commands to generate.