summaryrefslogtreecommitdiffstats
path: root/include/plist/Uid.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/plist/Uid.h')
-rw-r--r--include/plist/Uid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/plist/Uid.h b/include/plist/Uid.h
index 2d8375b..af6e51d 100644
--- a/include/plist/Uid.h
+++ b/include/plist/Uid.h
@@ -33,7 +33,7 @@ public :
33 Uid(Node* parent = NULL); 33 Uid(Node* parent = NULL);
34 Uid(plist_t node, Node* parent = NULL); 34 Uid(plist_t node, Node* parent = NULL);
35 Uid(const Uid& i); 35 Uid(const Uid& i);
36 Uid& operator=(Uid& i); 36 Uid& operator=(const Uid& i);
37 Uid(uint64_t i); 37 Uid(uint64_t i);
38 virtual ~Uid(); 38 virtual ~Uid();
39 39