Skip to content
Snippets Groups Projects
Commit c74132a5 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix warning

parent e2dc2b2f
Branches
Tags
No related merge requests found
...@@ -76,6 +76,8 @@ class drawTransformScaled : public drawTransform { ...@@ -76,6 +76,8 @@ class drawTransformScaled : public drawTransform {
// widget toolkit (FLTK, Qt, etc.) // widget toolkit (FLTK, Qt, etc.)
class drawContextGlobal { class drawContextGlobal {
public: public:
drawContextGlobal(){}
virtual ~drawContextGlobal(){}
virtual void draw(){} virtual void draw(){}
virtual void drawCurrentOpenglWindow(bool make_current){} virtual void drawCurrentOpenglWindow(bool make_current){}
virtual int getFontIndex(const char *fontname){ return 0; } virtual int getFontIndex(const char *fontname){ return 0; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment