summaryrefslogtreecommitdiff
path: root/shared/loki/ScopeGuard.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/loki/ScopeGuard.h')
-rw-r--r--shared/loki/ScopeGuard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/loki/ScopeGuard.h b/shared/loki/ScopeGuard.h
index 0b5445f5..46e4d892 100644
--- a/shared/loki/ScopeGuard.h
+++ b/shared/loki/ScopeGuard.h
@@ -66,7 +66,7 @@ protected:
j.Execute();
}
catch(...)
- {}
+ {}
}
mutable bool dismissed_;
bgstack15