mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-19 06:07:40 +00:00
chore(developer): rename constructor parameter to avoid shadow
This commit is contained in:
parent
08c36db05f
commit
5facfd9fcf
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ class Validation {
|
|||
private:
|
||||
CompilerMessage &compilerMessage;
|
||||
public:
|
||||
Validation(CompilerMessage &compilerMessage) : compilerMessage(compilerMessage) {
|
||||
Validation(CompilerMessage &cm) : compilerMessage(cm) {
|
||||
}
|
||||
|
||||
virtual ~Validation() = default;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue