summaryrefslogtreecommitdiff
path: root/src/textual.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/textual.cc')
-rw-r--r--src/textual.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textual.cc b/src/textual.cc
index 3dbae9a1..97a34268 100644
--- a/src/textual.cc
+++ b/src/textual.cc
@@ -1404,7 +1404,7 @@ xact_t * instance_t::parse_xact(char * line,
{
TRACE_START(xact_text, 1, "Time spent parsing transaction text:");
- std::auto_ptr<xact_t> xact(new xact_t);
+ unique_ptr<xact_t> xact(new xact_t);
xact->pos = position_t();
xact->pos->pathname = pathname;