diff options
author | spiff_ <spiff_@svn> | 2010-01-08 23:47:11 +0000 |
---|---|---|
committer | spiff_ <spiff_@svn> | 2010-01-08 23:47:11 +0000 |
commit | d5c23e36410e2570b1089da505acb2b69d53262a (patch) | |
tree | e38ac6cc8d36b323a3e800bb399585a014b3ea4f /guilib/GUIFontTTF.h | |
parent | ccea07a5a4229a0f7ebb7ff58e034820751a744a (diff) |
cosmetics
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26558 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib/GUIFontTTF.h')
-rw-r--r-- | guilib/GUIFontTTF.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guilib/GUIFontTTF.h b/guilib/GUIFontTTF.h index 1c05641ff9..e2a89afa82 100644 --- a/guilib/GUIFontTTF.h +++ b/guilib/GUIFontTTF.h @@ -54,7 +54,7 @@ typedef std::vector<color_t> vecColors; typedef struct _SVertex { float u, v; - unsigned char r, g, b, a; + unsigned char r, g, b, a; float x, y, z; } SVertex; @@ -62,7 +62,7 @@ typedef struct _SVertex class CGUIFontTTFBase { friend class CGUIFont; - + public: CGUIFontTTFBase(const CStdString& strFileName); |