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/Array.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/plist/Array.h') diff --git a/include/plist/Array.h b/include/plist/Array.h index 8f8d992..f990928 100644 --- a/include/plist/Array.h +++ b/include/plist/Array.h @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef STRING_H -#define STRING_H +#ifndef ARRAY_H +#define ARRAY_H #include #include @@ -49,4 +49,4 @@ class Array : public Structure }; -#endif // STRING_H +#endif // ARRAY_H -- cgit v1.1-32-gdbae