summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-12 00:35:20 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-12 00:35:20 +0100
commit7b4ecc3c15270bd4018c3d44f4107b4d707a841b (patch)
tree2cde47b4f382d0763c70ae4e9e29940b04f51742
parentdf3b86a07de00a1a48845bc82e2d96aa0fc531dc (diff)
Thinko.
-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;
}