diff options
-rw-r--r-- | src/CuTNetLib/cuComponent.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/CuTNetLib/cuComponent.h b/src/CuTNetLib/cuComponent.h index 23f00f6..0ba55b5 100644 --- a/src/CuTNetLib/cuComponent.h +++ b/src/CuTNetLib/cuComponent.h @@ -45,9 +45,8 @@ namespace TNet { */ class CuComponent { - private: - static int UID_CNT; public: + static int UID_CNT; /// Unique id of this component int UID; /// Types of the net components |