summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2011-11-18 13:35:23 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-11-18 13:35:23 -0800
commitd0df44b5c979e00a19187cea35768ba26557e447 (patch)
treed35280fd9ed5c113422c928b469c2c788d427615 /include
parentcb513ba7f14fdf08b5729edef5baf22e302e3e08 (diff)
parent4d71053b0728b248d80d7d5a098df459722e2be0 (diff)
downloadframeworks_base-d0df44b5c979e00a19187cea35768ba26557e447.zip
frameworks_base-d0df44b5c979e00a19187cea35768ba26557e447.tar.gz
frameworks_base-d0df44b5c979e00a19187cea35768ba26557e447.tar.bz2
am 4d71053b: Merge "attempt to fix bug 5313580" into ics-mr1
* commit '4d71053b0728b248d80d7d5a098df459722e2be0': attempt to fix bug 5313580
Diffstat (limited to 'include')
-rw-r--r--include/gui/SurfaceTextureClient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gui/SurfaceTextureClient.h b/include/gui/SurfaceTextureClient.h
index 57f9e15..971a1b8 100644
--- a/include/gui/SurfaceTextureClient.h
+++ b/include/gui/SurfaceTextureClient.h
@@ -40,6 +40,7 @@ public:
protected:
SurfaceTextureClient();
+ virtual ~SurfaceTextureClient();
void setISurfaceTexture(const sp<ISurfaceTexture>& surfaceTexture);
private: