From 9cc790869ed3905c78c7eeeb0bb44f800b3f2af4 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:11:09 +0200 Subject: 3.15 --- shared/symlink_target.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shared/symlink_target.h') diff --git a/shared/symlink_target.h b/shared/symlink_target.h index 6dec85a0..200c76d8 100644 --- a/shared/symlink_target.h +++ b/shared/symlink_target.h @@ -10,9 +10,9 @@ #include "loki/ScopeGuard.h" #include #include "system_func.h" -#include #include "string_conv.h" #include "file_error.h" +#include "i18n.h" #ifdef FFS_WIN #include //includes "windows.h" @@ -72,7 +72,7 @@ Zstring getSymlinkRawTargetString(const Zstring& linkPath) //throw (FileError) try //reading certain symlinks requires admin rights! This shall not cause an error in user mode! { //allow access to certain symbolic links/junctions - ffs3::Privileges::getInstance().ensureActive(SE_BACKUP_NAME); //throw FileError() + ffs3::Privileges::getInstance().ensureActive(SE_BACKUP_NAME); //throw (FileError) } catch (...) {} -- cgit