From 812ab08e1b327d3b3f6f31a425e0d65dd63c9ed1 Mon Sep 17 00:00:00 2001 From: Joseph Walton-Rivers <joseph@walton-rivers.uk> Date: Sat, 5 Nov 2022 18:15:57 +0000 Subject: [PATCH] mark owner method as const --- include/fggl/app.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fggl/app.hpp b/include/fggl/app.hpp index b50ada7..f0a4be5 100644 --- a/include/fggl/app.hpp +++ b/include/fggl/app.hpp @@ -76,7 +76,7 @@ namespace fggl { virtual void deactivate() {} - inline App& owner() { + inline App& owner() const { return m_owner; } -- GitLab