* shared_info.h (shared_info::create_root_entry): Remove extraneous

mount_info:: from declaration.
This commit is contained in:
Christopher Faylor
2008-08-26 16:56:30 +00:00
parent a5d4ae5c5b
commit 7e73b9cfd7
2 changed files with 6 additions and 1 deletions

View File

@ -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);