From 756da05c384e3d9258fc07cf9441d899238503f1 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 3 Jan 2021 11:50:41 +0100 Subject: Add dggui namespace to libdggui components. --- dggui/utf8.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dggui/utf8.h') diff --git a/dggui/utf8.h b/dggui/utf8.h index 04c26b1..c7cf2ac 100644 --- a/dggui/utf8.h +++ b/dggui/utf8.h @@ -29,6 +29,9 @@ #include #include +namespace dggui +{ + // Class to convert utf8 to latin1 and the other way around. class UTF8 { @@ -45,3 +48,5 @@ private: std::unordered_map map_encode; std::unordered_map map_decode; }; + +} // ::dggui -- cgit v1.2.3