diff options
author | Jonathan Beck | 2009-11-11 00:18:14 +0100 |
---|---|---|
committer | Jonathan Beck | 2009-11-11 00:18:14 +0100 |
commit | 8c6a809fafa6befff7e2b1adc3df2bdb47042dd1 (patch) | |
tree | 2336ae7ee66dbb639c8b8bd8c06171c1f6f6e334 /swig | |
parent | 53a9f891f82e973440709593d259bd7c1f22dd1a (diff) | |
download | libplist-8c6a809fafa6befff7e2b1adc3df2bdb47042dd1.tar.gz libplist-8c6a809fafa6befff7e2b1adc3df2bdb47042dd1.tar.bz2 |
Move some methods and drop Utils class in C++ binding.
Diffstat (limited to 'swig')
-rw-r--r-- | swig/plist.i | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/swig/plist.i b/swig/plist.i index 5e3f75a..925752e 100644 --- a/swig/plist.i +++ b/swig/plist.i @@ -159,7 +159,6 @@ namespace std { %include <plist/Structure.h> %include <plist/Array.h> %include <plist/Dictionary.h> -%include <plist/Utils.h> typedef enum { PLIST_BOOLEAN, |