Package: avifile
Version: 0.7.33.20030314-1
Author: Guillem Jover <guillem@debian.org>
Status: fixed
Description:
 Non-maintainer upload from DebCamp BSP.
 Fixed a class access error (Closes: #196980).
  Thanks Alfred E. Heggestad <linuxedmund@home.no>.

diff -Naur avifile-0.7.33.20030314/debian/changelog avifile-0.7.33.20030314-patched/debian/changelog
--- avifile-0.7.33.20030314/debian/changelog	2003-03-14 18:59:21.000000000 +0100
+++ avifile-0.7.33.20030314-patched/debian/changelog	2003-07-17 14:21:29.000000000 +0200
@@ -1,3 +1,11 @@
+avifile (0.7.33.20030314-1.1) unstable; urgency=low
+
+  * Non-maintainer upload from DebCamp BSP.
+  * Fixed a class access error (Closes: #196980).
+    Thanks Alfred E. Heggestad <linuxedmund@home.no>.
+
+ -- Guillem Jover <guillem@debian.org>  Thu, 17 Jul 2003 14:18:08 +0200
+
 avifile (0.7.33.20030314-1) unstable; urgency=low
   * better usage of shared libraries (smaller vidix part)
 
diff -Naur avifile-0.7.33.20030314/include/avm_map.h avifile-0.7.33.20030314-patched/include/avm_map.h
--- avifile-0.7.33.20030314/include/avm_map.h	2002-10-26 20:12:59.000000000 +0200
+++ avifile-0.7.33.20030314-patched/include/avm_map.h	2003-07-17 14:17:48.000000000 +0200
@@ -77,6 +77,7 @@
     // this funny trick makes old compiler work with this pointer
     static void update_min_max_weights(void* node);
     _Tnode* find_private(const Key& key) const;
+public:
 #if 1
     class const_iterator
     {
@@ -116,7 +117,6 @@
 	}
     };
 #endif
-public:
     avm_map();
     ~avm_map() { m_pTree->destroy(); delete m_pTree; }
 #if 1
