summaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils.h b/src/utils.h
index 7ad1033e..1420f9ca 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -49,7 +49,7 @@
* - exception framework
* - date/time type
* - supports_flags<> for objects that use flags
- * - scoped_execute<> for guaranteeing code execution
+ * - push_variable<> for restoring variable values
*/
#ifndef _UTILS_H
@@ -512,7 +512,7 @@ inline void throw_unexpected_error(char, char) {
#include "times.h"
#include "flags.h"
-#include "scoped_execute.h"
+#include "pushvar.h"
/**********************************************************************
*