diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-02-03 06:27:06 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-02-03 06:27:06 +0000 |
| commit | 4a27fa188e49988d2cfe241fa3ca69282bc792a7 (patch) | |
| tree | b78a1aee6ee7156f854efd8337ab58c73d69b6fe /Platforms | |
| parent | Fixed Linux build issue (diff) | |
| download | DiligentCore-4a27fa188e49988d2cfe241fa3ca69282bc792a7.tar.gz DiligentCore-4a27fa188e49988d2cfe241fa3ca69282bc792a7.zip | |
Fixed UWP build plus bug in Win32NativeWindow ctor
Diffstat (limited to 'Platforms')
| -rw-r--r-- | Platforms/Win32/interface/Win32NativeWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Platforms/Win32/interface/Win32NativeWindow.h b/Platforms/Win32/interface/Win32NativeWindow.h index 505b15f0..395e9043 100644 --- a/Platforms/Win32/interface/Win32NativeWindow.h +++ b/Platforms/Win32/interface/Win32NativeWindow.h @@ -40,7 +40,7 @@ struct Win32NativeWindow {} explicit Win32NativeWindow(void* _hWnd) noexcept : - hWnd{hWnd} + hWnd{_hWnd} {} #endif }; |
