include/osgViewer: Fix typo

Follow-up to #1027
This commit is contained in:
Gleb Mazovetskiy 2021-01-22 22:34:00 +00:00 committed by Robert Osfield
parent 644251db98
commit f36e9f2a4a

View File

@ -284,7 +284,7 @@ struct GraphicsWindowFunctionProxy
static osgViewer::GraphicsWindowFunctionProxy graphicswindowproxy_##ext(graphicswindow_##ext); static osgViewer::GraphicsWindowFunctionProxy graphicswindowproxy_##ext(graphicswindow_##ext);
#if defined(OSG_WINDOWING_SYSTEM_NONE) #if defined(OSG_WINDOWING_SYSTEM_NONE)
#define USE_GRAPHICS_WINDOW() #define USE_GRAPHICSWINDOW()
#elif defined(_WIN32) #elif defined(_WIN32)
#define USE_GRAPHICSWINDOW() USE_GRAPICSWINDOW_IMPLEMENTATION(Win32) #define USE_GRAPHICSWINDOW() USE_GRAPICSWINDOW_IMPLEMENTATION(Win32)
#elif defined(__APPLE__) #elif defined(__APPLE__)