mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 08:40:28 +00:00
main.c -> main.cpp
This commit is contained in:
@@ -47,7 +47,7 @@ struct stats {
|
||||
platform_spin_t m_spin;
|
||||
};
|
||||
|
||||
struct stats *stats_new_statistics(struct control_state *control, char * name)
|
||||
struct stats *stats_new_statistics(struct control_state *control, const char * name)
|
||||
{
|
||||
return new stats(string(name), control);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user