diff options
Diffstat (limited to 'cocoa/QuartzTextStyleAttribute.h')
-rw-r--r-- | cocoa/QuartzTextStyleAttribute.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/QuartzTextStyleAttribute.h b/cocoa/QuartzTextStyleAttribute.h index 3171ca446..ecea73b91 100644 --- a/cocoa/QuartzTextStyleAttribute.h +++ b/cocoa/QuartzTextStyleAttribute.h @@ -16,7 +16,7 @@ class QuartzFont { public: /** Create a font style from a name. */ - QuartzFont( const char* name, int length, float size, bool bold, bool italic ) + QuartzFont( const char* name, size_t length, float size, bool bold, bool italic ) { assert( name != NULL && length > 0 && name[length] == '\0' ); |