(svn r18351) -Fix [FS#3333]: endianness issue with saving the zoom level

This commit is contained in:
rubidium
2009-11-30 11:29:52 +00:00
parent 9ecfcdff78
commit 5a41a646c2
5 changed files with 5 additions and 4 deletions

View File

@@ -44,4 +44,6 @@ enum ZoomLevel {
};
DECLARE_POSTFIX_INCREMENT(ZoomLevel)
typedef SimpleTinyEnumT<ZoomLevel, byte> ZoomLevelByte;
#endif /* ZOOM_TYPE_H */