Visitors that just accept netlists should say so. No functional change

This commit is contained in:
Wilson Snyder
2009-10-01 22:33:11 -04:00
parent 9499047f8e
commit 03c5d06107
16 changed files with 28 additions and 42 deletions
+1 -1
View File
@@ -1197,7 +1197,7 @@ void V3Width::widthSignedIfNotAlready(AstNode* nodep) {
}
}
void V3Width::widthCommit(AstNode* nodep) {
void V3Width::widthCommit(AstNetlist* nodep) {
UINFO(2,__FUNCTION__<<": "<<endl);
WidthCommitVisitor visitor (nodep);
}