commit | 8b765b7f5ea7f56963ea0e3141d043d20944dbcc | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Fri Apr 10 20:34:46 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Fri Apr 10 20:34:46 2009 -0700 |
tree | 2e2d2bbce8af56880aa48e1321d60336f12447dd | |
parent | 2b2fb1a69394edd58666b89597c560442ccc3a90 [diff] [blame] |
more debugging tools around BufferMapper
diff --git a/libs/surfaceflinger/LayerBitmap.h b/libs/surfaceflinger/LayerBitmap.h index d1f7802..e673755 100644 --- a/libs/surfaceflinger/LayerBitmap.h +++ b/libs/surfaceflinger/LayerBitmap.h
@@ -81,7 +81,7 @@ private: friend class LightRefBase<Buffer>; Buffer(const Buffer& rhs); - ~Buffer(); + virtual ~Buffer(); Buffer& operator = (const Buffer& rhs); const Buffer& operator = (const Buffer& rhs) const;