fixed missing default return value in Attachment::framerate()

This commit is contained in:
tastytea 2018-04-01 02:26:06 +02:00
parent 1b7753424b
commit 7f9e8aca0b
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ const double Attachment::framerate() const
}
}
return 0.0;
}
const uint_fast64_t Attachment::height() const