Fix some pedantic style issues in Font.h
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
#include <SupportDefs.h>
|
#include <SupportDefs.h>
|
||||||
#include <InterfaceDefs.h>
|
#include <InterfaceDefs.h>
|
||||||
|
|
||||||
|
|
||||||
class BPoint;
|
class BPoint;
|
||||||
|
|
||||||
|
|
||||||
@@ -386,4 +387,5 @@ unicode_block::operator!=(const unicode_block& block) const
|
|||||||
return fData[0] != block.fData[0] || fData[1] != block.fData[1];
|
return fData[0] != block.fData[0] || fData[1] != block.fData[1];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // _FONT_H_
|
#endif // _FONT_H_
|
||||||
|
|||||||
Reference in New Issue
Block a user