diff options
Diffstat (limited to 'include/plist/Real.h')
| -rw-r--r-- | include/plist/Real.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/plist/Real.h b/include/plist/Real.h index c0095e4..b011c7a 100644 --- a/include/plist/Real.h +++ b/include/plist/Real.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 REAL_H | 22 | #ifndef PLIST__REAL_H |
| 23 | #define REAL_H | 23 | #define PLIST__REAL_H |
| 24 | 24 | ||
| 25 | #include <plist/Node.h> | 25 | #include <plist/Node.h> |
| 26 | 26 | ||
| @@ -45,4 +45,4 @@ class Real : public Node | |||
| 45 | 45 | ||
| 46 | }; | 46 | }; |
| 47 | 47 | ||
| 48 | #endif // REAL_H | 48 | #endif // PLIST__REAL_H |
