diff options
Diffstat (limited to 'src/net/message.cpp')
-rw-r--r-- | src/net/message.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/message.cpp b/src/net/message.cpp index f1a231a9..37f020b3 100644 --- a/src/net/message.cpp +++ b/src/net/message.cpp @@ -40,7 +40,7 @@ ref <part> part::getPartAt(const int pos) } -const int part::getPartCount() const +int part::getPartCount() const { return getStructure()->getPartCount(); } |