diff options
Diffstat (limited to 'src/messaging/message.hpp')
-rw-r--r-- | src/messaging/message.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/messaging/message.hpp b/src/messaging/message.hpp index 825e1021..fb6cfed1 100644 --- a/src/messaging/message.hpp +++ b/src/messaging/message.hpp @@ -120,10 +120,10 @@ protected: structure() { } structure(const structure&) { } - virtual ~structure() { } - public: + virtual ~structure() { } + /** Return the part at the specified position. * * @param x position |