mirror of
https://github.com/mmueller41/mxtasking.git
synced 2026-01-21 12:42:57 +01:00
Removed superflous semicolon.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
using namespace mx::util;
|
||||
|
||||
Random::Random() noexcept : Random(4711); /*TODO: Random: Use dynamic seed */// std::uint32_t(std::chrono::steady_clock::now().time_since_epoch().count()))
|
||||
Random::Random() noexcept : Random(4711) /*TODO: Random: Use dynamic seed std::uint32_t(std::chrono::steady_clock::now().time_since_epoch().count()))*/
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user