From 335556d58b52396f1f133033856bf6be397a29b8 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 4 Feb 2003 03:01:17 +0000 Subject: Eliminate most unneeded this-> pointers throughout. --- winsup/cygwin/fhandler_termios.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/fhandler_termios.cc') diff --git a/winsup/cygwin/fhandler_termios.cc b/winsup/cygwin/fhandler_termios.cc index 721b2e8..0dda010 100644 --- a/winsup/cygwin/fhandler_termios.cc +++ b/winsup/cygwin/fhandler_termios.cc @@ -352,7 +352,7 @@ fhandler_termios::line_edit (const char *rptr, int nread, termios& ti) void fhandler_termios::fixup_after_fork (HANDLE parent) { - this->fhandler_base::fixup_after_fork (parent); + fhandler_base::fixup_after_fork (parent); fork_fixup (parent, get_output_handle (), "output_handle"); } -- cgit v1.1