diff --git a/src/gtk/aboutdlg.cpp b/src/gtk/aboutdlg.cpp index 683e47f67f..10c843cd4a 100644 --- a/src/gtk/aboutdlg.cpp +++ b/src/gtk/aboutdlg.cpp @@ -34,6 +34,9 @@ // GtkArray: temporary array of GTK strings // ---------------------------------------------------------------------------- +namespace +{ + class GtkArray { public: @@ -76,6 +79,8 @@ private: DECLARE_NO_COPY_CLASS(GtkArray) }; +} // anonymous namespace + // ============================================================================ // implementation // ============================================================================