obsproject / obs-browser

CEF-based OBS Studio browser plugin
GNU General Public License v2.0
771 stars 218 forks source link

Replace type mismatch with range-based for loop #367

Closed jpark37 closed 2 years ago

jpark37 commented 2 years ago

Description

Eliminates mixing of int and size_t.

Motivation and Context

Fixes a warning on 32-bit Windows build.

How Has This Been Tested?

Context menu still seems to work.

Types of changes

Checklist: