summaryrefslogtreecommitdiff
path: root/source/dng_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/dng_host.h')
-rw-r--r--source/dng_host.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/dng_host.h b/source/dng_host.h
index 357cd7e..dc526d2 100644
--- a/source/dng_host.h
+++ b/source/dng_host.h
@@ -346,7 +346,11 @@ class dng_host
/// Factory method for dng_xmp class. Can be used to customize allocation or
/// to ensure a derived class is used instead of dng_xmp.
+ #if qDNGUseXMP
+
virtual dng_xmp * Make_dng_xmp ();
+
+ #endif
/// Factory method for dng_shared class. Can be used to customize allocation
/// or to ensure a derived class is used instead of dng_shared.