mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-15 23:55:35 +02:00
dropped "c" prefix from class names
This commit is contained in:
parent
f6c05e7635
commit
e8e156f0e2
382 changed files with 7430 additions and 7423 deletions
|
@ -22,7 +22,7 @@
|
|||
#include <iostream>
|
||||
|
||||
void
|
||||
CArchConsoleStd::writeConsole(ELevel level, const char* str)
|
||||
ArchConsoleStd::writeConsole(ELevel level, const char* str)
|
||||
{
|
||||
if ((level >= kFATAL) && (level <= kWARNING))
|
||||
std::cerr << str << std::endl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue