mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-02 01:30:34 -06:00
Address clang tidy complaints
Update Ghoul repository Update SGCT repository
This commit is contained in:
@@ -34,9 +34,8 @@ namespace openspace {
|
||||
|
||||
class HttpSynchronization : public ResourceSynchronization {
|
||||
public:
|
||||
HttpSynchronization(const ghoul::Dictionary& dict,
|
||||
const std::string& synchronizationRoot,
|
||||
const std::vector<std::string>& synchronizationRepositories);
|
||||
HttpSynchronization(const ghoul::Dictionary& dict, std::string synchronizationRoot,
|
||||
std::vector<std::string> synchronizationRepositories);
|
||||
|
||||
virtual ~HttpSynchronization();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user