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.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dggui/utf8.cc') diff --git a/dggui/utf8.cc b/dggui/utf8.cc index 747e726..c516f52 100644 --- a/dggui/utf8.cc +++ b/dggui/utf8.cc @@ -26,6 +26,9 @@ */ #include "utf8.h" +namespace dggui +{ + UTF8::UTF8() { // Encode Map @@ -359,3 +362,5 @@ std::string UTF8::toLatin1(std::string const& s) return ret; } + +} // ::dggui -- cgit v1.2.3