summaryrefslogtreecommitdiffstats
path: root/include/plist/Dictionary.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/plist/Dictionary.h')
-rw-r--r--include/plist/Dictionary.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/plist/Dictionary.h b/include/plist/Dictionary.h
index 53e95e6..dbb27d1 100644
--- a/include/plist/Dictionary.h
+++ b/include/plist/Dictionary.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 DICTIONARY_H 22#ifndef PLIST__DICTIONARY_H
23#define DICTIONARY_H 23#define PLIST__DICTIONARY_H
24 24
25#include <plist/Structure.h> 25#include <plist/Structure.h>
26#include <map> 26#include <map>
@@ -58,4 +58,4 @@ class Dictionary : public Structure
58 58
59}; 59};
60 60
61#endif // DICTIONARY_H 61#endif // PLIST__DICTIONARY_H