diff options
-rw-r--r-- | src/messaging/message.hpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/messaging/message.hpp b/src/messaging/message.hpp index fb6cfed1..db247328 100644 --- a/src/messaging/message.hpp +++ b/src/messaging/message.hpp @@ -124,14 +124,16 @@ public: virtual ~structure() { } - /** Return the part at the specified position. + /** Return the part at the specified position (first + * part is at position 1). * * @param x position * @return part at position 'x' */ virtual const part& operator[](const int x) const = 0; - /** Return the part at the specified position. + /** Return the part at the specified position (first + * part is at position 1). * * @param x position * @return part at position 'x' |