diff options
Diffstat (limited to 'Build/source/libs/graphite/engine-2.3.1-PATCHES/patch-02-virtual')
-rw-r--r-- | Build/source/libs/graphite/engine-2.3.1-PATCHES/patch-02-virtual | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Build/source/libs/graphite/engine-2.3.1-PATCHES/patch-02-virtual b/Build/source/libs/graphite/engine-2.3.1-PATCHES/patch-02-virtual new file mode 100644 index 00000000000..9be87c6697c --- /dev/null +++ b/Build/source/libs/graphite/engine-2.3.1-PATCHES/patch-02-virtual @@ -0,0 +1,21 @@ +diff -ur engine-2.3.1.orig/src/segment/GrSlotState.h engine-2.3.1/src/segment/GrSlotState.h +--- engine-2.3.1.orig/src/segment/GrSlotState.h 2009-01-28 03:01:29.000000000 +0100 ++++ engine-2.3.1/src/segment/GrSlotState.h 2009-10-20 01:11:50.000000000 +0200 +@@ -48,7 +48,7 @@ + { + } + +- ~GrSlotAbstract() ++ virtual ~GrSlotAbstract() + { + // the table manager is responsible for destroying the contents of m_prgnVarLenBuf + } +@@ -231,7 +231,7 @@ + ZapCompositeMetrics(); + } + +- ~GrSlotState() ++ virtual ~GrSlotState() + { + } + |