mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-21 18:38:20 -05:00
Merge branch 'master' of github.com:OpenSpace/OpenSpace into feature/data-management
This commit is contained in:
@@ -1235,8 +1235,7 @@ uint32_t ParallelConnection::hash(const std::string& val) {
|
||||
hashVal += (hashVal << 15);
|
||||
|
||||
return hashVal;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
std::shared_ptr<ghoul::Event<>> ParallelConnection::connectionEvent() {
|
||||
return _connectionEvent;
|
||||
|
||||
Reference in New Issue
Block a user