From d12fe10340948a3dfa6a5261fec51be079046fad Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Fri, 6 Jan 2017 04:55:34 +0200 Subject: [PATCH] Use correct keyword in forward declaration --- source/graphics/window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/graphics/window.h b/source/graphics/window.h index b9a50fe..75c4885 100644 --- a/source/graphics/window.h +++ b/source/graphics/window.h @@ -8,7 +8,7 @@ namespace Msp { namespace Graphics { class Display; -class Monitor; +struct Monitor; struct WindowOptions { -- 2.43.0