use pt::Stream instead of pt::TextStream as the output stream
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (c) 2018, Tomasz Sowa
|
||||
* Copyright (c) 2018-2024, Tomasz Sowa
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@@ -51,7 +51,7 @@ public:
|
||||
protected:
|
||||
|
||||
|
||||
void allocate_default_expression();
|
||||
void allocate_default_expression() override;
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user