Skip to content
Snippets Groups Projects
Commit a7e82be0 authored by Dāvis Mosāns's avatar Dāvis Mosāns Committed by Brad King
Browse files

ConsoleBuf: Expose Manager ConsoleBuf to be accessible

This allows to change ConsoleBuf parameters such as used codepages.

Change-Id: I35c9262ada27b3817f8e3e52b235dc754d1bdd4b
parent a0c60eec
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,8 @@ public:
};
}
BasicConsoleBuf<CharT, Traits>* GetConsoleBuf() { return m_consolebuf; }
~Manager()
{
if (m_consolebuf) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment