Skip to content

Commit

Permalink
ProcessInfo: Fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed Jul 5, 2017
1 parent b53d5d5 commit eb33cb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/cores/VideoPlayer/Process/ProcessInfo.cpp
Expand Up @@ -46,6 +46,7 @@ CProcessInfo* CProcessInfo::CreateInstance()
}
if (!ret)
return new CProcessInfo();
return nullptr;
}

void CProcessInfo::SetDataCache(CDataCacheCore *cache)
Expand Down

0 comments on commit eb33cb3

Please sign in to comment.