fix: fix compile/run bugs from trying to be safer. rip

This commit is contained in:
Keepo
2026-03-28 23:26:34 -04:00
parent 3533265675
commit 72d6a51fb7
3 changed files with 2 additions and 3 deletions

View File

@@ -7,4 +7,4 @@
* and transforms them into GTK-compatible rgba() syntax.
*/
std::string transform_8bit_to_hex(const std::string& file_path);
std::pair<std::string, bool> transform_8bit_to_hex(const std::string& file_path);