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

fix warning

parent e2dc2b2f
No related branches found
No related tags found
No related merge requests found
......@@ -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; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment