diff options
Diffstat (limited to 'c++/window-opengl/gl_window.h')
-rw-r--r-- | c++/window-opengl/gl_window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/window-opengl/gl_window.h b/c++/window-opengl/gl_window.h index 55012f4..3bb9f83 100644 --- a/c++/window-opengl/gl_window.h +++ b/c++/window-opengl/gl_window.h @@ -3,6 +3,6 @@ namespace saw { namespace gfx { template<typename T> -class gl_window; +class gpu_window; } } |