summaryrefslogtreecommitdiff
path: root/Source/Library/Common/OStream.proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Library/Common/OStream.proto.h')
-rw-r--r--Source/Library/Common/OStream.proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Library/Common/OStream.proto.h b/Source/Library/Common/OStream.proto.h
index 2fc68e1..ff19e7b 100644
--- a/Source/Library/Common/OStream.proto.h
+++ b/Source/Library/Common/OStream.proto.h
@@ -7,7 +7,8 @@
enum ostream_modifiers_e {
FLUSH,
- ENDL
+ ENDL,
+ END
};
class OStream : private Mutex {