From 8aeef4dd2331445fea8a7a40466b19973e9d09c4 Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Fri, 16 Oct 2009 15:38:38 +0200 Subject: Fix header define name; --- include/plist/plist++.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef LIBPLIST++_H -#define LIBPLIST++_H +#ifndef LIBPLISTXX_H +#define LIBPLISTXX_H #include "plist.h" #include "Array.h" -- cgit v1.1-32-gdbae