summaryrefslogtreecommitdiffstats
path: root/include/plist/Boolean.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/plist/Boolean.h')
-rw-r--r--include/plist/Boolean.h6
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 @@
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 BOOLEAN_H 22#ifndef PLIST__BOOLEAN_H
23#define BOOLEAN_H 23#define PLIST__BOOLEAN_H
24 24
25#include <plist/Node.h> 25#include <plist/Node.h>
26 26
@@ -45,4 +45,4 @@ class Boolean : public Node
45 45
46}; 46};
47 47
48#endif // BOOLEAN_H 48#endif // PLIST__BOOLEAN_H