summaryrefslogtreecommitdiff
path: root/src/pstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pstream.h')
-rw-r--r--src/pstream.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pstream.h b/src/pstream.h
index 2502fdac..a012e628 100644
--- a/src/pstream.h
+++ b/src/pstream.h
@@ -44,6 +44,8 @@
//#include <istream>
//#include <streambuf>
+namespace ledger {
+
class ptristream : public std::istream
{
class ptrinbuf : public std::streambuf
@@ -109,3 +111,5 @@ public:
rdbuf(&buf);
}
};
+
+} // namespace ledger