mirror of
https://github.com/reactos/reactos.git
synced 2025-05-29 05:58:13 +00:00
[KSPROXY]
Efficiently check for vector emptyness svn path=/trunk/; revision=58536
This commit is contained in:
parent
58a33cba17
commit
30c46c7dc9
1 changed files with 1 additions and 1 deletions
|
@ -1676,7 +1676,7 @@ COutputPin::Connect(IPin *pReceivePin, const AM_MEDIA_TYPE *pmt)
|
|||
assert(m_hPin != INVALID_HANDLE_VALUE);
|
||||
|
||||
// get all supported sets
|
||||
if (m_Plugins.size() == 0)
|
||||
if (m_Plugins.empty())
|
||||
{
|
||||
if (GetSupportedSets(&pGuid, &NumGuids))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue