[nostalgia] Address CLion warnings

This commit is contained in:
2021-02-27 02:40:59 -06:00
parent 70168286ab
commit 936c922c1e
24 changed files with 63 additions and 124 deletions
+1 -1
View File
@@ -29,6 +29,6 @@ namespace nostalgia::core {
return colStart + colOffset + rowStart + rowOffset;
}
[[nodiscard]] std::unique_ptr<core::NostalgiaGraphic> imgToNg(QString argInPath, int argBpp = -1);
[[nodiscard]] std::unique_ptr<core::NostalgiaGraphic> imgToNg(QString argInPath, int argBpp = -1);
}