mirror of https://github.com/buggins/dlangui.git
fix warning
This commit is contained in:
parent
f2879a4c37
commit
29da551ee2
|
@ -1444,7 +1444,6 @@ final class Setting {
|
||||||
res ~= ch;
|
res ~= ch;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
error("cannot parse string");
|
|
||||||
}
|
}
|
||||||
@property string parseIdent() {
|
@property string parseIdent() {
|
||||||
char ch = peek;
|
char ch = peek;
|
||||||
|
|
Loading…
Reference in New Issue