Another LayerData-related crash fix

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4950 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm
2003-10-05 17:51:13 +00:00
parent ef56e590dd
commit b3d31bdb1a
2 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ class FontStyle;
class ServerFont
{
public:
ServerFont(){ ServerFont(NULL); }
ServerFont(void);
ServerFont(FontStyle *fstyle, float fsize=12.0, float frotation=0.0, float fshear=90.0,
uint16 flags=0, uint8 spacing=B_CHAR_SPACING);
ServerFont(const ServerFont &font);