summaryrefslogtreecommitdiff
path: root/lib/shadow.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/shadow.h')
-rw-r--r--lib/shadow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/shadow.h b/lib/shadow.h
index 2d933840..5335e95d 100644
--- a/lib/shadow.h
+++ b/lib/shadow.h
@@ -20,7 +20,7 @@ class ShadowCopy //buffer access to Windows Volume Shadow Copy Service
public:
ShadowCopy() {}
- Zstring makeShadowCopy(const Zstring& inputFile); //throw(FileError); returns filename on shadow copy
+ Zstring makeShadowCopy(const Zstring& inputFile); //throw FileError; returns filename on shadow copy
private:
ShadowCopy(const ShadowCopy&);
bgstack15