Kill off some silly casting in the FifoPlayer.

Also makes more sense conceptually, since it's not like we'll ever have negative frames.
This commit is contained in:
Lioncash
2014-02-14 22:07:12 -05:00
parent 8e5067500b
commit c78faafeae
5 changed files with 15 additions and 15 deletions

View File

@ -56,7 +56,7 @@ private:
wxString CreateRecordingFifoSizeLabel() const;
wxString CreateRecordingMemSizeLabel() const;
wxString CreateRecordingFrameCountLabel() const;
wxString CreateIntegerLabel(int size, const wxString& label) const;
wxString CreateIntegerLabel(size_t size, const wxString& label) const;
bool GetSaveButtonEnabled() const;