Skip to content

Commit

Permalink
fix: Android c++ issue
Browse files Browse the repository at this point in the history
  • Loading branch information
FlafyDev committed Jun 15, 2024
1 parent 9f9bd1d commit 25fa848
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/managers/auto_nong_manager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ class ANSongDownloadStatus {
struct Downloaded {};
struct Failed {
std::optional<std::string> error;
~Failed(){};
};
struct Downloading {
float progress;
~Downloading(){};
};
struct Active : Downloaded {};

Expand Down

0 comments on commit 25fa848

Please sign in to comment.