mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 05:30:33 +03:00
Make std.getopt.autoIncrementChar use private modifier
This commit is contained in:
parent
3c0b47ab51
commit
281e4e09fa
1 changed files with 1 additions and 1 deletions
|
@ -1020,7 +1020,7 @@ dchar assignChar = '=';
|
|||
*/
|
||||
string arraySep = "";
|
||||
|
||||
enum autoIncrementChar = '+';
|
||||
private enum autoIncrementChar = '+';
|
||||
|
||||
private struct configuration
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue