From b4a17e3a28f31217c79faa160f5e6abd720da054 Mon Sep 17 00:00:00 2001 From: Dominick Allen Date: Mon, 23 Sep 2024 23:53:01 -0500 Subject: Applying RAII types --- src/demo.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/demo.hpp') diff --git a/src/demo.hpp b/src/demo.hpp index 0219af0..dcf9589 100644 --- a/src/demo.hpp +++ b/src/demo.hpp @@ -3,10 +3,10 @@ #include -namespace bookworm { +namespace bookmouse { int demo(const fud::String& m_filename); -} // namespace bookworm +} // namespace bookmouse #endif -- cgit v1.2.3