mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 22:29:24 +02:00
fix unix build error
This commit is contained in:
parent
755c690030
commit
0a48ea75a7
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ private slots:
|
|||
|
||||
private:
|
||||
AvatarMixerClientData* getOrCreateClientData(SharedNodePointer node);
|
||||
std::chrono::microseconds AvatarMixer::timeFrame(p_high_resolution_clock::time_point& timestamp);
|
||||
std::chrono::microseconds timeFrame(p_high_resolution_clock::time_point& timestamp);
|
||||
|
||||
|
||||
void broadcastAvatarData();
|
||||
|
|
Loading…
Reference in a new issue