From f36e9f2a4a963c5d5c621e9411fdefc20268ada1 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Fri, 22 Jan 2021 22:34:00 +0000 Subject: [PATCH] include/osgViewer: Fix typo Follow-up to #1027 --- include/osgViewer/GraphicsWindow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgViewer/GraphicsWindow b/include/osgViewer/GraphicsWindow index bc57f27d7..c60b6ce46 100644 --- a/include/osgViewer/GraphicsWindow +++ b/include/osgViewer/GraphicsWindow @@ -284,7 +284,7 @@ struct GraphicsWindowFunctionProxy static osgViewer::GraphicsWindowFunctionProxy graphicswindowproxy_##ext(graphicswindow_##ext); #if defined(OSG_WINDOWING_SYSTEM_NONE) - #define USE_GRAPHICS_WINDOW() + #define USE_GRAPHICSWINDOW() #elif defined(_WIN32) #define USE_GRAPHICSWINDOW() USE_GRAPICSWINDOW_IMPLEMENTATION(Win32) #elif defined(__APPLE__)