diff options
| author | 2009-07-06 19:04:03 -0700 | |
|---|---|---|
| committer | 2009-07-06 19:04:55 -0700 | |
| commit | 94aadce3a266fc63c2ae81e67c847a89c4961ef4 (patch) | |
| tree | 748e4e76999d0ff9e6a0223f6ce9bd51623832e1 | |
| parent | 48f7d85d7b6be25f17f269adc7794e53121bbe2c (diff) | |
trying to fix the sim, I'm not even sure this syntaxe is valid, but my compilo doesn't complain
| -rw-r--r-- | libs/surfaceflinger/SurfaceFlinger.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/surfaceflinger/SurfaceFlinger.h b/libs/surfaceflinger/SurfaceFlinger.h index d0095a2bdfeb..e8687a7a51f2 100644 --- a/libs/surfaceflinger/SurfaceFlinger.h +++ b/libs/surfaceflinger/SurfaceFlinger.h @@ -183,6 +183,7 @@ private: friend class LayerBase; friend class LayerBuffer; friend class LayerBaseClient; + friend class LayerBaseClient::Surface; friend class Layer; friend class LayerBlur; friend class LayerDim; |