silence warnings

This commit is contained in:
WarmUpTill
2020-07-31 22:05:55 +02:00
parent 1516263d2a
commit f8b505fa4e
2 changed files with 15 additions and 15 deletions

View File

@@ -210,7 +210,7 @@ struct MediaSwitch {
OBSWeakSource source;
OBSWeakSource transition;
obs_media_state state;
uint64_t time;
int64_t time;
time_restriction restriction;
bool matched;
bool usePreviousScene;