projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5da32ad
)
DecoderSelector: Avoid non-standard variable type.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Thu, 14 Mar 2019 20:49:39 +0000
(21:49 +0100)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Thu, 14 Mar 2019 21:49:24 +0000
(22:49 +0100)
pv/subwindows/decoder_selector/item.cpp
patch
|
blob
|
history
diff --git
a/pv/subwindows/decoder_selector/item.cpp
b/pv/subwindows/decoder_selector/item.cpp
index 417c5bfbbe95e98d26448a0b02809de477c329c0..0ce5ab73844c61eb41e669ca127247210e443caf 100644
(file)
--- a/
pv/subwindows/decoder_selector/item.cpp
+++ b/
pv/subwindows/decoder_selector/item.cpp
@@
-74,7
+74,7
@@
int DecoderCollectionItem::columnCount() const
int DecoderCollectionItem::row() const
{
if (parent_)
- for (
uin
t i = 0; i < parent_->subItems_.size(); i++)
+ for (
size_
t i = 0; i < parent_->subItems_.size(); i++)
if (parent_->subItems_.at(i).get() == const_cast<DecoderCollectionItem*>(this))
return i;