Index: core/include/fxcrt/fx_arb.h |
diff --git a/core/include/fxcrt/fx_arb.h b/core/include/fxcrt/fx_arb.h |
index ed0370ff742ef01c780e620baae3f9abfd777b25..a1dc231a8d05076ea864229930d34b1094cefb6c 100644 |
--- a/core/include/fxcrt/fx_arb.h |
+++ b/core/include/fxcrt/fx_arb.h |
@@ -64,5 +64,8 @@ public: |
virtual FX_BOOL EndChar() = 0; |
virtual FX_INT32 GetBidiInfo(FX_INT32 &iStart, FX_INT32 &iCount) = 0; |
virtual void Reset() = 0; |
+ |
+protected: |
+ ~IFX_BidiChar() { } |
}; |
#endif |