diff options
Diffstat (limited to 'src/tileset.h')
-rw-r--r-- | src/tileset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tileset.h b/src/tileset.h index 5ef3f6a23..57e1056a9 100644 --- a/src/tileset.h +++ b/src/tileset.h @@ -76,4 +76,4 @@ class Tileset final : public ImageSet std::map<std::string, std::string> mProperties; }; -#endif +#endif // TILESET_H |