summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-05-29 13:00:19 +0200
committerCarlos Garcia Campos <carlosgc@gnome.org>2009-06-16 16:34:15 +0200
commitfe80eb84ec711b7400cef95e791a74c8fd259af7 (patch)
tree66f8c055a6b7d810a99ee39d3b895e4607e815fb
parent1c92657be72c44dba7185808ffb00dd85c5ab289 (diff)
Add getRef() to get the annotation reference
-rw-r--r--poppler/Annot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/poppler/Annot.h b/poppler/Annot.h
index 52f1940c..5a845aef 100644
--- a/poppler/Annot.h
+++ b/poppler/Annot.h
@@ -503,6 +503,7 @@ public:
void setContents(GooString *new_content);
// getters
+ Ref getRef() const { return ref; }
AnnotSubtype getType() const { return type; }
PDFRectangle *getRect() const { return rect; }
GooString *getContents() const { return contents; }