diff options
Diffstat (limited to 'libreofficekit/qa/gtktiledviewer/gtv-calc-header-bar.cxx')
-rw-r--r-- | libreofficekit/qa/gtktiledviewer/gtv-calc-header-bar.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libreofficekit/qa/gtktiledviewer/gtv-calc-header-bar.cxx b/libreofficekit/qa/gtktiledviewer/gtv-calc-header-bar.cxx index 7e6e14d0a9d9..c28349046cb6 100644 --- a/libreofficekit/qa/gtktiledviewer/gtv-calc-header-bar.cxx +++ b/libreofficekit/qa/gtktiledviewer/gtv-calc-header-bar.cxx @@ -21,6 +21,8 @@ #include <boost/property_tree/json_parser.hpp> #include <boost/optional.hpp> +namespace { + struct GtvCalcHeaderBarPrivateImpl { /// Stores size and content of a single row header. @@ -52,6 +54,8 @@ struct GtvCalcHeaderBarPrivate } }; +} + #if defined __clang__ #if __has_warning("-Wdeprecated-volatile") #pragma clang diagnostic push |