diff options
author | Joe Zhao <ztuowen@gmail.com> | 2014-10-06 21:59:07 +0800 |
---|---|---|
committer | Joe Zhao <ztuowen@gmail.com> | 2014-10-06 21:59:07 +0800 |
commit | c55cbb86f9ca2c26590918e1134c6a47cf4dd3c3 (patch) | |
tree | 33113bd7f24235bc88f07afacccc7e68bfc167f9 | |
parent | 581685f0fc084bfa63698a2705e9eafbb8cbd28b (diff) | |
download | tnet-c55cbb86f9ca2c26590918e1134c6a47cf4dd3c3.tar.gz tnet-c55cbb86f9ca2c26590918e1134c6a47cf4dd3c3.tar.bz2 tnet-c55cbb86f9ca2c26590918e1134c6a47cf4dd3c3.zip |
Virtual 9++++++++
-rw-r--r-- | src/CuTNetLib/cuComponent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CuTNetLib/cuComponent.h b/src/CuTNetLib/cuComponent.h index d5d18cd..92a506c 100644 --- a/src/CuTNetLib/cuComponent.h +++ b/src/CuTNetLib/cuComponent.h @@ -274,7 +274,7 @@ namespace TNet { }; - static int CuComponent::UID_CNT=0; + int CuComponent::UID_CNT=0; ////////////////////////////////////////////////////////////////////////// // INLINE FUNCTIONS |