From c74132a56cdeb71629abdf9f75cd3e7636cf19d0 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 2 Sep 2009 10:45:00 +0000
Subject: [PATCH] fix warning

---
 Graphics/drawContext.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Graphics/drawContext.h b/Graphics/drawContext.h
index 8322755e05..2d7295c145 100644
--- a/Graphics/drawContext.h
+++ b/Graphics/drawContext.h
@@ -76,6 +76,8 @@ class drawTransformScaled : public drawTransform {
 // widget toolkit (FLTK, Qt, etc.)
 class drawContextGlobal {
  public:
+  drawContextGlobal(){}
+  virtual ~drawContextGlobal(){}
   virtual void draw(){}
   virtual void drawCurrentOpenglWindow(bool make_current){}
   virtual int getFontIndex(const char *fontname){ return 0; }
-- 
GitLab