We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b218232 commit c086ecdCopy full SHA for c086ecd
src/libs/core/helper/color.hpp
@@ -260,8 +260,8 @@ struct Color {
260
return Color{ 0xFF, 0xFF, 0xFF, alpha };
261
};
262
263
- [[nodiscard]] std::string to_string(color::SerializeMode mode = color::SerializeMode::RGB, bool force_alpha = false)
264
- const;
+ OOPETRIS_EXPORTED [[nodiscard]] std::string
+ to_string(color::SerializeMode mode = color::SerializeMode::RGB, bool force_alpha = false) const;
265
266
OOPETRIS_EXPORTED std::ostream& operator<<(std::ostream& os) const;
267
0 commit comments