summaryrefslogtreecommitdiff
path: root/cpp/poppler-image.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/poppler-image.cpp')
-rw-r--r--cpp/poppler-image.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/poppler-image.cpp b/cpp/poppler-image.cpp
index 043f97e7..ef506118 100644
--- a/cpp/poppler-image.cpp
+++ b/cpp/poppler-image.cpp
@@ -138,6 +138,8 @@ image_private *image_private::create_data(char *data, int width, int height, ima
value class. This also means any non-const operation will make sure that the
data used by current instance is not shared with other instances (ie
\em detaching), copying the shared data.
+
+ \since 0.16
*/
/**