diff options
| author | 2013-03-19 16:50:47 +0100 | |
|---|---|---|
| committer | 2013-03-19 16:50:47 +0100 | |
| commit | 553c3849207a29abd1cb58f82d5994e5cd9d1f2d (patch) | |
| tree | ded1d25c25f4afe5c0b8aad7a8b16f64f8cee0f1 /include/plist/plist++.h | |
| parent | 057fa38c02913703634da5c40753e1dafd626774 (diff) | |
| download | libplist-553c3849207a29abd1cb58f82d5994e5cd9d1f2d.tar.gz libplist-553c3849207a29abd1cb58f82d5994e5cd9d1f2d.tar.bz2 | |
C++: added support for PLIST_UID nodes (class Uid)
Diffstat (limited to 'include/plist/plist++.h')
| -rw-r--r-- | include/plist/plist++.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/plist/plist++.h b/include/plist/plist++.h index 0690b26..b29fc76 100644 --- a/include/plist/plist++.h +++ b/include/plist/plist++.h | |||
| @@ -32,6 +32,7 @@ | |||
| 32 | #include "Node.h" | 32 | #include "Node.h" |
| 33 | #include "Real.h" | 33 | #include "Real.h" |
| 34 | #include "Key.h" | 34 | #include "Key.h" |
| 35 | #include "Uid.h" | ||
| 35 | #include "String.h" | 36 | #include "String.h" |
| 36 | #include "Structure.h" | 37 | #include "Structure.h" |
| 37 | 38 | ||
