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