summaryrefslogtreecommitdiff
path: root/includes/xmpmeta/xmp_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/xmpmeta/xmp_data.h')
-rw-r--r--includes/xmpmeta/xmp_data.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/includes/xmpmeta/xmp_data.h b/includes/xmpmeta/xmp_data.h
index 1e59b1d..f6eb7f1 100644
--- a/includes/xmpmeta/xmp_data.h
+++ b/includes/xmpmeta/xmp_data.h
@@ -3,7 +3,8 @@
#include <libxml/tree.h>
-namespace photos_editing_formats {
+namespace dynamic_depth {
+namespace xmpmeta {
// XmpData contains the standard, and optionally extended, XMP metadata from a
// JPEG file. See xmp_parser for reading XmpData from a JPEG or reading
@@ -29,6 +30,7 @@ class XmpData {
xmlDocPtr xmp_extended_;
};
-} // namespace photos_editing_formats
+} // namespace xmpmeta
+} // namespace dynamic_depth
#endif // DYNAMIC_DEPTH_INCLUDES_XMPMETA_XMP_DATA_H_ // NOLINT