aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2005-02-02 23:05:06 +0000
committernyamatongwe <unknown>2005-02-02 23:05:06 +0000
commitdc5e390f75ead05ddff1e917e4aa4a133fc51529 (patch)
treecc40336797c0badc661fecb5ea43d648b94cd666
parent943cc4c401ea876573619977bd63e134def6e3e8 (diff)
downloadscintilla-mirror-dc5e390f75ead05ddff1e917e4aa4a133fc51529.tar.gz
Added friend declaration so that wx copy of Platform.h does not
need to be altered.
-rw-r--r--include/Platform.h1
1 files changed, 1 insertions, 0 deletions
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;
};
/**