Skip to content

Commit cfe83cf

Browse files
Merge pull request #1038 from glebm/patch-1
include/osgViewer: Fix typo
2 parents df901fb + 8f202a6 commit cfe83cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/osgViewer/GraphicsWindow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ struct GraphicsWindowFunctionProxy
284284
static osgViewer::GraphicsWindowFunctionProxy graphicswindowproxy_##ext(graphicswindow_##ext);
285285

286286
#if defined(OSG_WINDOWING_SYSTEM_NONE)
287-
#define USE_GRAPHICS_WINDOW()
287+
#define USE_GRAPHICSWINDOW()
288288
#elif defined(_WIN32)
289289
#define USE_GRAPHICSWINDOW() USE_GRAPICSWINDOW_IMPLEMENTATION(Win32)
290290
#elif defined(__APPLE__)

0 commit comments

Comments
 (0)