aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDrawTargetCaps.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrDrawTargetCaps.h')
-rw-r--r--src/gpu/GrDrawTargetCaps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/GrDrawTargetCaps.h b/src/gpu/GrDrawTargetCaps.h
index 0f7a712dc6..086b61579a 100644
--- a/src/gpu/GrDrawTargetCaps.h
+++ b/src/gpu/GrDrawTargetCaps.h
@@ -116,6 +116,7 @@ public:
GrDrawTargetCaps(const GrDrawTargetCaps& other) : INHERITED() {
*this = other;
}
+ virtual ~GrDrawTargetCaps() {}
GrDrawTargetCaps& operator= (const GrDrawTargetCaps&);
virtual void reset();