From 7e73b9cfd7f8c0e287d9d810b36529b424064ed7 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 26 Aug 2008 16:56:30 +0000 Subject: * shared_info.h (shared_info::create_root_entry): Remove extraneous mount_info:: from declaration. --- winsup/cygwin/shared_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/shared_info.h') diff --git a/winsup/cygwin/shared_info.h b/winsup/cygwin/shared_info.h index 91aca2a52..efd79c600 100644 --- a/winsup/cygwin/shared_info.h +++ b/winsup/cygwin/shared_info.h @@ -95,7 +95,7 @@ class mount_info private: void sort (); void mount_slash (); - void mount_info::create_root_entry (const PWCHAR root); + void create_root_entry (const PWCHAR root); bool from_fstab_line (char *line, bool user); bool from_fstab (bool user, WCHAR [], PWCHAR); -- cgit v1.2.3