Commit ae352ded authored by Rune Botten's avatar Rune Botten Committed by Felix Paul Kühne

Documentation error, is milliseconds

Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
parent f6569123
......@@ -29,7 +29,7 @@
*/
@interface VLCTime : NSObject <NSCopying>
{
NSNumber * value; //< Holds, in seconds, the VLCTime value
NSNumber * value; //< Holds, in milliseconds, the VLCTime value
}
/* Factories */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment