Parcourir la source

Documentation error, is milliseconds

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Rune Botten il y a 14 ans
Parent
commit
6de64697c3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Headers/Public/VLCTime.h

+ 1 - 1
Headers/Public/VLCTime.h

@@ -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 */