Add missing constructors

This commit is contained in:
Emil Axelsson
2017-11-14 11:26:23 +01:00
parent 81f45aed71
commit c032e4a66e
4 changed files with 26 additions and 11 deletions

View File

@@ -70,11 +70,6 @@ private:
std::atomic<bool> _rejected;
};
} // namespace openspace
#endif // __OPENSPACE_CORE___RESOURCESYNCHRONIZATION___H__