From ed4d9e84f2699a064a349373329b5d4306032511 Mon Sep 17 00:00:00 2001
From: Justin Karneges <justin@affinix.com>
Date: Thu, 26 Apr 2007 08:51:56 +0000
Subject: [PATCH] private needs to be a friend

svn path=/trunk/kdesupport/qca/; revision=658186
---
 include/QtCrypto/qca_support.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/QtCrypto/qca_support.h b/include/QtCrypto/qca_support.h
index 9240c3f1..e38cfa2d 100644
--- a/include/QtCrypto/qca_support.h
+++ b/include/QtCrypto/qca_support.h
@@ -311,6 +311,7 @@ namespace QCA
 
 	private:
 		class Private;
+		friend class Private;
 		Private *d;
 	};