diff options
| author | nyamatongwe <unknown> | 2005-02-02 23:05:06 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2005-02-02 23:05:06 +0000 |
| commit | dc5e390f75ead05ddff1e917e4aa4a133fc51529 (patch) | |
| tree | cc40336797c0badc661fecb5ea43d648b94cd666 | |
| parent | 943cc4c401ea876573619977bd63e134def6e3e8 (diff) | |
| download | scintilla-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.h | 1 |
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; }; /** |
