Skip to content

Commit

Permalink
Fix -Wunused-member-function warning in xwbtool (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn authored Oct 16, 2024
1 parent 8cebe31 commit ed693d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion XWBTool/xwbtool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,6 @@ namespace
WaveFile& operator= (WaveFile&) = delete;

WaveFile(WaveFile&&) = default;
WaveFile& operator= (WaveFile&&) = default;
};

void FileNameToIdentifier(_Inout_updates_all_(count) wchar_t* str, size_t count)
Expand Down

0 comments on commit ed693d5

Please sign in to comment.