From 1ca134176ac28f1a82701cf77afe89ab88cf686a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Bihan?= Date: Wed, 26 May 2021 16:59:21 +0200 Subject: [PATCH] oups --- lib/Ray/sources/Drawables/IDrawable.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Ray/sources/Drawables/IDrawable.hpp b/lib/Ray/sources/Drawables/IDrawable.hpp index 7063dd06..9e3b403b 100644 --- a/lib/Ray/sources/Drawables/IDrawable.hpp +++ b/lib/Ray/sources/Drawables/IDrawable.hpp @@ -22,7 +22,7 @@ namespace RAY virtual void drawOn(RAY::Window &) = 0; protected: private: - };p + }; } }