summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cxml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cxml.h b/src/cxml.h
index eea15f5..4ae82dc 100644
--- a/src/cxml.h
+++ b/src/cxml.h
@@ -178,7 +178,7 @@ public:
u.imbue (std::locale::classic ());
u << t;
T n;
- t >> n;
+ u >> n;
return n;
}