aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/System/Win32/Path.cpp2
-rw-r--r--lib/System/Win32/Path.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/System/Win32/Path.cpp b/lib/System/Win32/Path.cpp
index 5fa5a44b7b..a8862380e9 100644
--- a/lib/System/Win32/Path.cpp
+++ b/lib/System/Win32/Path.cpp
@@ -585,7 +585,7 @@ Path::destroyDirectory(bool remove_contents) const {
ThrowError(path + ": Can't read directory: ");
}
- for (std::vector<Path>::iterator I = list.begin(); I != list.end(); ++I) {
+ for (std::vector<Path>::iterator I = list.begin(); I != list.end(); ++I) {
Path &aPath = *I;
if (aPath.isDirectory())
aPath.destroyDirectory(true);
diff --git a/lib/System/Win32/Path.inc b/lib/System/Win32/Path.inc
index 5fa5a44b7b..a8862380e9 100644
--- a/lib/System/Win32/Path.inc
+++ b/lib/System/Win32/Path.inc
@@ -585,7 +585,7 @@ Path::destroyDirectory(bool remove_contents) const {
ThrowError(path + ": Can't read directory: ");
}
- for (std::vector<Path>::iterator I = list.begin(); I != list.end(); ++I) {
+ for (std::vector<Path>::iterator I = list.begin(); I != list.end(); ++I) {
Path &aPath = *I;
if (aPath.isDirectory())
aPath.destroyDirectory(true);