|
@@ -3,7 +3,7 @@
|
|
* Company: Lynar Studios
|
|
* Company: Lynar Studios
|
|
* E-Mail: webmaster@lynarstudios.com
|
|
* E-Mail: webmaster@lynarstudios.com
|
|
* Created: 2020-11-27
|
|
* Created: 2020-11-27
|
|
- * Changed: 2023-03-27
|
|
|
|
|
|
+ * Changed: 2023-05-16
|
|
*
|
|
*
|
|
* */
|
|
* */
|
|
|
|
|
|
@@ -32,7 +32,7 @@ namespace test::event
|
|
// additional functionality
|
|
// additional functionality
|
|
|
|
|
|
void clear();
|
|
void clear();
|
|
- [[nodiscard]] ::std::string getNews();
|
|
|
|
|
|
+ [[nodiscard]] ::std::string getNews() const;
|
|
|
|
|
|
private:
|
|
private:
|
|
|
|
|