summaryrefslogtreecommitdiff
path: root/lib/shadow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/shadow.cpp')
-rw-r--r--lib/shadow.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/shadow.cpp b/lib/shadow.cpp
index 5f2225e7..8ef86f30 100644
--- a/lib/shadow.cpp
+++ b/lib/shadow.cpp
@@ -35,7 +35,6 @@ bool runningWOW64() //test if process is running under WOW64 (reference http://m
//#############################################################################################################
-
class ShadowCopy::ShadowVolume
{
public:
@@ -84,8 +83,8 @@ private:
Zstring shadowVolPf;
ShadowHandle backupHandle;
};
-//#############################################################################################################
+//#############################################################################################################
Zstring ShadowCopy::makeShadowCopy(const Zstring& inputFile)
{
bgstack15