diff options
Diffstat (limited to 'src/CuTNetLib')
| -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  | 
