Skip to content
Snippets Groups Projects
Commit 0351e857 authored by Gagik Vardanyan's avatar Gagik Vardanyan
Browse files

fix the ampersand position

parent c813d193
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ public: ...@@ -49,7 +49,7 @@ public:
/// Copy constructor /// Copy constructor
Message(const Message &msg); Message(const Message &msg);
/// Copy assignment /// Copy assignment
Message& operator=(const Message &msg); Message &operator=(const Message &msg);
public: public:
/// @returns The message text /// @returns The message text
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment