diff options
| author | 2009-07-06 19:04:03 -0700 | |
|---|---|---|
| committer | 2009-07-06 19:04:55 -0700 | |
| commit | 1df3bbb8d88a4e725e4a8cdcb293f1e078176f4a (patch) | |
| tree | 596d6cc092e5397fd35aac6110e0d32d66551aaa /libs | |
| parent | 96e1107f4b8662d42f94cb71015717b60c058b1c (diff) | |
trying to fix the sim, I'm not even sure this syntaxe is valid, but my compilo doesn't complain
Diffstat (limited to 'libs')
| -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 d0095a2bdf..e8687a7a51 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; |