From 8186a9d371b2a31122643f75c65cef4e438ac97b Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Thu, 15 Oct 2009 19:28:30 +0200 Subject: Fix various mistakes in C++ bindings. --- include/plist/Integer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/plist/Integer.h') diff --git a/include/plist/Integer.h b/include/plist/Integer.h index 8f1ecdb..823e3a0 100644 --- a/include/plist/Integer.h +++ b/include/plist/Integer.h @@ -31,6 +31,7 @@ class Integer : public Node { public : Integer(); + Integer(plist_t node); Integer(uint64_t i); virtual ~Integer(); -- cgit v1.1-32-gdbae