diff options
Diffstat (limited to 'include/uid.h')
-rw-r--r-- | include/uid.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/uid.h b/include/uid.h index 772c8a716..d24a63e94 100644 --- a/include/uid.h +++ b/include/uid.h @@ -18,12 +18,9 @@ #pragma once -class TestSuite; - class CoreExport UIDGenerator { - friend class TestSuite; - + private: /** Holds the current UID. Used to generate the next one. */ std::string current_uid; |