diff options
Diffstat (limited to 'winsup/cygwin/path.h')
-rw-r--r-- | winsup/cygwin/path.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/path.h b/winsup/cygwin/path.h index d499b153a..3e66c19c7 100644 --- a/winsup/cygwin/path.h +++ b/winsup/cygwin/path.h @@ -211,7 +211,7 @@ class path_conv PWCHAR get_wide_win32_path (PWCHAR wc); operator DWORD &() {return fileattr;} operator int () {return fileattr; } - path_conv &operator =(path_conv &pc) + path_conv &operator =(path_conv& pc) { memcpy (this, &pc, sizeof pc); path = cstrdup (pc.path); |