From dc5e390f75ead05ddff1e917e4aa4a133fc51529 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 2 Feb 2005 23:05:06 +0000 Subject: Added friend declaration so that wx copy of Platform.h does not need to be altered. --- include/Platform.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/Platform.h b/include/Platform.h index 79ce010ae..5f74c8074 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -287,6 +287,7 @@ public: // Alias another font - caller guarantees not to Release void SetID(FontID id_) { id = id_; } friend class Surface; + friend class SurfaceImpl; }; /** -- cgit v1.2.3