diff options
| author | 2009-10-16 15:38:38 +0200 | |
|---|---|---|
| committer | 2009-10-16 15:38:38 +0200 | |
| commit | 8aeef4dd2331445fea8a7a40466b19973e9d09c4 (patch) | |
| tree | 8a5c9029e23f09a3dc93045c8f9aafb5722ec830 | |
| parent | 8186a9d371b2a31122643f75c65cef4e438ac97b (diff) | |
| download | libplist-8aeef4dd2331445fea8a7a40466b19973e9d09c4.tar.gz libplist-8aeef4dd2331445fea8a7a40466b19973e9d09c4.tar.bz2 | |
Fix header define name;
| -rw-r--r-- | include/plist/plist++.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/plist/plist++.h b/include/plist/plist++.h index 209d874..7d59e68 100644 --- a/include/plist/plist++.h +++ b/include/plist/plist++.h | |||
| @@ -19,8 +19,8 @@ | |||
| 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| 20 | */ | 20 | */ |
| 21 | 21 | ||
| 22 | #ifndef LIBPLIST++_H | 22 | #ifndef LIBPLISTXX_H |
| 23 | #define LIBPLIST++_H | 23 | #define LIBPLISTXX_H |
| 24 | 24 | ||
| 25 | #include "plist.h" | 25 | #include "plist.h" |
| 26 | #include "Array.h" | 26 | #include "Array.h" |
