Make std.getopt.autoIncrementChar use private modifier

This commit is contained in:
Chaosus 2017-01-02 21:22:42 +03:00
parent 3c0b47ab51
commit 281e4e09fa

View file

@ -1020,7 +1020,7 @@ dchar assignChar = '=';
*/
string arraySep = "";
enum autoIncrementChar = '+';
private enum autoIncrementChar = '+';
private struct configuration
{