Const correctness in AssTime.
Originally committed to SVN as r2929.
This commit is contained in:
parent
4e417a6dae
commit
3977fff411
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ public:
|
||||||
int GetTimeMiliseconds();
|
int GetTimeMiliseconds();
|
||||||
int GetTimeCentiseconds();
|
int GetTimeCentiseconds();
|
||||||
|
|
||||||
int GetMS(); // Returns miliseconds
|
int GetMS() const; // Returns miliseconds
|
||||||
void SetMS(int ms); // Sets values to miliseconds
|
void SetMS(int ms); // Sets values to miliseconds
|
||||||
void ParseASS(const wxString text); // Sets value to text-form time, in ASS format
|
void ParseASS(const wxString text); // Sets value to text-form time, in ASS format
|
||||||
void ParseSRT(const wxString text); // Sets value to text-form time, in SRT format
|
void ParseSRT(const wxString text); // Sets value to text-form time, in SRT format
|
||||||
|
|
Loading…
Reference in a new issue