Skip to content

Commit 277b687

Browse files
committed
Properly mark CNTV2DeviceScanner::GetDeviceInfoList as a class member method
1 parent aa4d482 commit 277b687

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ajantv2/src/ntv2devicescanner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ CNTV2DeviceScanner::CNTV2DeviceScanner (const bool inScanNow)
117117
}
118118
#endif // !defined(NTV2_DEPRECATE_16_3)
119119

120-
NTV2DeviceInfoList GetDeviceInfoList (void)
120+
NTV2DeviceInfoList CNTV2DeviceScanner::GetDeviceInfoList (void)
121121
{
122122
AJAAutoLock tmpLock(&sDevInfoListLock);
123123
return sDevInfoList;

0 commit comments

Comments
 (0)