From f46b019cb0a2f451234fdb4f20620b7e443da136 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Fri, 5 Apr 2024 00:00:33 +0200 Subject: Add gsl::owner --- deimos/core/format.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deimos/core/format.cpp') diff --git a/deimos/core/format.cpp b/deimos/core/format.cpp index f4f4e83..b9a0ca3 100644 --- a/deimos/core/format.cpp +++ b/deimos/core/format.cpp @@ -9,7 +9,7 @@ namespace deimos class FormatContext { - IWriter* m_writer; + IWriter* m_writer; public: explicit FormatContext(IWriter* writer) : m_writer{writer} {} -- cgit