diff options
author | Daniel Wilhelm <shieldwed@outlook.com> | 2018-05-09 00:09:55 +0200 |
---|---|---|
committer | Daniel Wilhelm <shieldwed@outlook.com> | 2018-05-09 00:09:55 +0200 |
commit | 9b623ea3943165fe7efb5e47a0b5b9452c1599e6 (patch) | |
tree | dde40e07e907ac6e0ca9ea32524f2cd4810d4be6 /zen/file_error.h | |
parent | 9.7 (diff) | |
download | FreeFileSync-9b623ea3943165fe7efb5e47a0b5b9452c1599e6.tar.gz FreeFileSync-9b623ea3943165fe7efb5e47a0b5b9452c1599e6.tar.bz2 FreeFileSync-9b623ea3943165fe7efb5e47a0b5b9452c1599e6.zip |
9.8
Diffstat (limited to 'zen/file_error.h')
-rwxr-xr-x | zen/file_error.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zen/file_error.h b/zen/file_error.h index decc0f7e..086d0998 100755 --- a/zen/file_error.h +++ b/zen/file_error.h @@ -12,6 +12,7 @@ #include "utf.h" #include "sys_error.h" //we'll need this later anyway! + namespace zen { class FileError //A high-level exception class giving detailed context information for end users |