diff options
Diffstat (limited to 'winsup/cygwin/pwdgrp.h')
-rw-r--r-- | winsup/cygwin/pwdgrp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/pwdgrp.h b/winsup/cygwin/pwdgrp.h index 51b489f7e..738ee601c 100644 --- a/winsup/cygwin/pwdgrp.h +++ b/winsup/cygwin/pwdgrp.h @@ -67,7 +67,7 @@ public: int curr_lines; void load (const char *); - void refresh (bool check = true) + void refresh (bool check) { if (!check && initialized) return; |