From ba91301ab168eb7e250d3f2e240d14f07f4c5f14 Mon Sep 17 00:00:00 2001 From: Michael Andres Date: Thu, 31 Jul 2008 18:24:38 +0000 Subject: [PATCH] add PoolItem forward decl. --- zypp/ResTraits.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zypp/ResTraits.h b/zypp/ResTraits.h index 5e00b65..cb72128 100644 --- a/zypp/ResTraits.h +++ b/zypp/ResTraits.h @@ -56,6 +56,9 @@ namespace zypp DEFINE_PTR_TYPE( Patch ); //@} + /** Frequently associated. */ + class PoolItem; + /** ResTraits. Defines common types and the ResKind value. */ template struct ResTraits -- 2.7.4