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/uitranslation.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dggui/uitranslation.h') diff --git a/dggui/uitranslation.h b/dggui/uitranslation.h index 5341255..3258e21 100644 --- a/dggui/uitranslation.h +++ b/dggui/uitranslation.h @@ -31,6 +31,9 @@ #include #ifdef WITH_NLS +namespace dggui +{ + class UITranslation : public Translation { @@ -38,4 +41,6 @@ public: UITranslation(); ~UITranslation() = default; }; + +} // ::dggui #endif -- cgit v1.2.3