diff options
Diffstat (limited to 'pugl/pugl.hpp')
-rw-r--r-- | pugl/pugl.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pugl/pugl.hpp b/pugl/pugl.hpp index 0646d28..d2702ab 100644 --- a/pugl/pugl.hpp +++ b/pugl/pugl.hpp @@ -66,8 +66,8 @@ public: puglInitTransientFor(_view, parent); } - virtual void initContextType(PuglContextType type) { - puglInitContextType(_view, type); + virtual void initBackend(const PuglBackend* backend) { + puglInitBackend(_view, backend); } virtual void createWindow(const char* title) { |