stoopid pointer

This commit is contained in:
Hane 2023-08-23 23:12:30 +02:00
commit b1ada032fb
3 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@ struct NGuid {
};
struct BackEndpointCallbackInfo {
NGuid* caller = new NGuid();
NGuid caller;
bool muted;
float mainVolume;
size_t channels;