mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 909179 - Fix warning from previous patch CLOSED TREE
This commit is contained in:
parent
70e9e8021a
commit
6b0b0cb69d
@ -389,7 +389,7 @@ class IceTestPeer : public sigslot::has_slots<> {
|
||||
streams_[i]->ParseAttributes(attributes);
|
||||
}
|
||||
|
||||
void DisableComponent(int stream, int component_id) {
|
||||
void DisableComponent(size_t stream, int component_id) {
|
||||
ASSERT_LT(stream, streams_.size());
|
||||
nsresult res = streams_[stream]->DisableComponent(component_id);
|
||||
ASSERT_TRUE(NS_SUCCEEDED(res));
|
||||
|
Loading…
Reference in New Issue
Block a user