diff options
author | Dominick Allen <djallen@librehumanitas.org> | 2024-09-23 23:53:01 -0500 |
---|---|---|
committer | Dominick Allen <djallen@librehumanitas.org> | 2024-09-23 23:53:01 -0500 |
commit | b4a17e3a28f31217c79faa160f5e6abd720da054 (patch) | |
tree | 9e95862b192aa6c14b86a820ef77f290e46969c8 /src/demo.hpp | |
parent | cae8b633fc8723bcc35944298335ad48844d2bf0 (diff) |
Applying RAII types
Diffstat (limited to 'src/demo.hpp')
-rw-r--r-- | src/demo.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 <fud_string.hpp> -namespace bookworm { +namespace bookmouse { int demo(const fud::String& m_filename); -} // namespace bookworm +} // namespace bookmouse #endif |