diff options
Diffstat (limited to 'include/plist/Boolean.h')
-rw-r--r-- | include/plist/Boolean.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/plist/Boolean.h b/include/plist/Boolean.h index 917bc9d..b902171 100644 --- a/include/plist/Boolean.h +++ b/include/plist/Boolean.h @@ -19,8 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef BOOLEAN_H -#define BOOLEAN_H +#ifndef PLIST__BOOLEAN_H +#define PLIST__BOOLEAN_H #include <plist/Node.h> @@ -45,4 +45,4 @@ class Boolean : public Node }; -#endif // BOOLEAN_H +#endif // PLIST__BOOLEAN_H |