Small code cleanup

This commit is contained in:
Emil Axelsson
2017-12-19 11:17:56 +01:00
parent ab52504ec8
commit f7dc598f60
4 changed files with 42 additions and 29 deletions
@@ -61,7 +61,6 @@ public:
const ghoul::Dictionary& dictionary);
ResourceSynchronization(const ghoul::Dictionary& dictionary);
void configure(std::shared_ptr<SynchronizationConfiguration> config);
virtual ~ResourceSynchronization();
virtual std::string directory() = 0;
virtual void start() = 0;