aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2005-02-02 23:05:06 +0000
committernyamatongwe <devnull@localhost>2005-02-02 23:05:06 +0000
commitac5b8a779bfedc9c57ec027503b0c0728865cbc3 (patch)
treecc40336797c0badc661fecb5ea43d648b94cd666
parent2944144b57a246c1ee244f88698fa6ed2e830000 (diff)
downloadscintilla-mirror-ac5b8a779bfedc9c57ec027503b0c0728865cbc3.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;
};
/**