diff options
Diffstat (limited to 'include/Platform.h')
-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; }; /** |