[Debtags-commits] [svn] r1411 - tagcoll/trunk/tagcoll
Enrico Zini
enrico at costa.debian.org
Thu Oct 27 18:13:00 UTC 2005
Author: enrico
Date: Thu Oct 27 18:12:59 2005
New Revision: 1411
Modified:
tagcoll/trunk/tagcoll/Collection.h
tagcoll/trunk/tagcoll/InputMerger.h
Log:
Applied patch from Torsten Marek
Modified: tagcoll/trunk/tagcoll/Collection.h
==============================================================================
--- tagcoll/trunk/tagcoll/Collection.h (original)
+++ tagcoll/trunk/tagcoll/Collection.h Thu Oct 27 18:12:59 2005
@@ -27,7 +27,7 @@
namespace Tagcoll
{
-template<typename, typename> class PatchList;
+template<typename T1, typename T2> class PatchList;
/**
* Interface for all collections of tagged items.
Modified: tagcoll/trunk/tagcoll/InputMerger.h
==============================================================================
--- tagcoll/trunk/tagcoll/InputMerger.h (original)
+++ tagcoll/trunk/tagcoll/InputMerger.h Thu Oct 27 18:12:59 2005
@@ -32,7 +32,7 @@
namespace Tagcoll
{
-template<typename, typename> class PatchList;
+template<typename T1, typename T2> class PatchList;
/**
* Simple Collection.
More information about the Debtags-commits
mailing list