Console: rename PascalCase named methods to camelCase
This commit is contained in:
@@ -78,7 +78,7 @@ bool TaskDlgCreateNodeSet::accept()
|
||||
return true;
|
||||
}
|
||||
catch (const Base::Exception& e) {
|
||||
Base::Console().Warning("TaskDlgCreateNodeSet::accept(): %s\n", e.what());
|
||||
Base::Console().warning("TaskDlgCreateNodeSet::accept(): %s\n", e.what());
|
||||
}
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user