diff options
Diffstat (limited to 'src/CuTNetLib/cuMisc.h')
-rw-r--r-- | src/CuTNetLib/cuMisc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CuTNetLib/cuMisc.h b/src/CuTNetLib/cuMisc.h index 319f678..8831622 100644 --- a/src/CuTNetLib/cuMisc.h +++ b/src/CuTNetLib/cuMisc.h @@ -227,7 +227,7 @@ namespace TNet { mErrorOutput.Init(*mpErrorInput); } - int GetInSect() const + int GetInSect() { return size; } @@ -372,7 +372,7 @@ namespace TNet { const char* GetName() const { return "<merge>"; } - int GetInSect() const + int GetInSect() { return size; } |