summaryrefslogtreecommitdiffstats
path: root/include/plist/Node.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/plist/Node.h')
-rw-r--r--include/plist/Node.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/plist/Node.h b/include/plist/Node.h
index a59d469..702d018 100644
--- a/include/plist/Node.h
+++ b/include/plist/Node.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 NODE_H 22#ifndef PLIST__NODE_H
23#define NODE_H 23#define PLIST__NODE_H
24 24
25#include <plist/plist.h> 25#include <plist/plist.h>
26 26
@@ -46,4 +46,4 @@ class Node
46 46
47}; 47};
48 48
49#endif // NODE_H 49#endif // PLIST__NODE_H