Skip to content

Commit abd877c

Browse files
Remove another warning.
1 parent 81c60eb commit abd877c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testPubTab.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ TEST_F(PubTabSuite,removeSelf)
157157
load("1Free.mky");
158158
// send the Godley table to the pub tab
159159
for (auto& i: model->items)
160-
if (auto g=dynamic_cast<GodleyIcon*>(i.get()))
160+
if (dynamic_cast<GodleyIcon*>(i.get()))
161161
{
162162
publicationTabs[0].items.emplace_back(i);
163163
break;

0 commit comments

Comments
 (0)