summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libpng/pnginfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/libpng/pnginfo.h')
-rw-r--r--src/3rdparty/libpng/pnginfo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/3rdparty/libpng/pnginfo.h b/src/3rdparty/libpng/pnginfo.h
index a33bfab06d..2ce4350010 100644
--- a/src/3rdparty/libpng/pnginfo.h
+++ b/src/3rdparty/libpng/pnginfo.h
@@ -53,6 +53,7 @@
#ifndef PNGINFO_H
#define PNGINFO_H
+namespace PrivatePng {
struct png_info_def
{
/* the following are necessary for every PNG file */
@@ -266,4 +267,6 @@ defined(PNG_READ_BACKGROUND_SUPPORTED)
#endif
};
+
+} // namespace PrivatePng
#endif /* PNGINFO_H */