Skip to content

Commit 821d496

Browse files
committed
missing 1
1 parent 2c8d46e commit 821d496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@
375375
#endif
376376
Used printTo(navRoot &root,bool sel,menuOut& out, idx_t idx,idx_t len,idx_t panelNr=0) override;
377377
result sysHandler(SYS_FUNC_PARAMS) override;
378-
bool changed(const navNode &nav,const menuOut& out,bool sub=true) override {
378+
bool changed(const navNode &nav,const menuOut& out,bool sub=true,bool test=false) override {
379379
return menuVariant<T>::changed(nav,out)||menuNode::changed(nav,out);
380380
}
381381
};

0 commit comments

Comments
 (0)