mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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