|
@@ -3,7 +3,7 @@
|
|
* Company: Lynar Studios
|
|
* Company: Lynar Studios
|
|
* E-Mail: webmaster@lynarstudios.com
|
|
* E-Mail: webmaster@lynarstudios.com
|
|
* Created: 2020-11-14
|
|
* Created: 2020-11-14
|
|
- * Changed: 2023-05-15
|
|
|
|
|
|
+ * Changed: 2023-05-18
|
|
*
|
|
*
|
|
* */
|
|
* */
|
|
|
|
|
|
@@ -22,7 +22,7 @@ namespace test::event
|
|
TestDataCar();
|
|
TestDataCar();
|
|
virtual ~TestDataCar();
|
|
virtual ~TestDataCar();
|
|
|
|
|
|
- [[nodiscard]] ::std::string_view getColor();
|
|
|
|
|
|
+ [[nodiscard]] ::std::string_view getColor() const;
|
|
void setColor(::std::string_view _color);
|
|
void setColor(::std::string_view _color);
|
|
|
|
|
|
private:
|
|
private:
|