From 8336ce121e415682e40a68b046e66e42686699c1 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 31 May 2016 10:54:38 +0100 Subject: [PATCH] Fixed indentation --- src/osgViewer/GraphicsWindowWin32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgViewer/GraphicsWindowWin32.cpp b/src/osgViewer/GraphicsWindowWin32.cpp index 6b48342dc..c9bf75eff 100644 --- a/src/osgViewer/GraphicsWindowWin32.cpp +++ b/src/osgViewer/GraphicsWindowWin32.cpp @@ -317,7 +317,7 @@ class Win32WindowingSystem : public osg::GraphicsContext::WindowingSystemInterfa static std::string osgGraphicsWindowWithCursorClass; //!< Name of Win32 window class (with cursor) used by OSG graphics window instances static std::string osgGraphicsWindowWithoutCursorClass; //!< Name of Win32 window class (without cursor) used by OSG graphics window instances - Win32WindowingSystem(); + Win32WindowingSystem(); // Access the Win32 windowing system through this singleton class. static osg::observer_ptr& getInterface()