From d2c7ee8b45eed2ea7f87410bb9df785c20b0ea1d Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Fri, 8 Mar 2013 14:51:17 -0500 Subject: [PATCH] Warning fixfix~ --- indra/llrender/llfontfreetype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llrender/llfontfreetype.h b/indra/llrender/llfontfreetype.h index ea92a64b2..1a7dfb9ad 100644 --- a/indra/llrender/llfontfreetype.h +++ b/indra/llrender/llfontfreetype.h @@ -99,7 +99,7 @@ class LLFontFreetype { public: LLFontFreetype(); - ~LLFontFreetype(); + virtual ~LLFontFreetype(); // is_fallback should be true for fallback fonts that aren't used // to render directly (Unicode backup, primarily)