FIX: fixed message class to that only one any message can be stored; deleted track class

This commit is contained in:
Henry Winkel
2022-12-21 13:40:10 +01:00
parent 8c6bb1bb0d
commit f9107247d8
2 changed files with 4 additions and 3 deletions

View File

@@ -61,8 +61,8 @@ add_library(whisper-com STATIC
src/WHISPER/Messages/Leave.cpp
include/WHISPER/Messages/Track.hpp
src/WHISPER/Messages/Track.cpp
# include/WHISPER/Messages/Track.hpp
# src/WHISPER/Messages/Track.cpp
@@ -72,7 +72,7 @@ add_library(whisper-com STATIC
include/WHISPER/Messages/Protos/join.pb.cc
include/WHISPER/Messages/Protos/leave.pb.cc
include/WHISPER/Messages/Protos/raw_track.pb.cc
# include/WHISPER/Messages/Protos/raw_track.pb.cc
)