Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
[plugin/vst3/Vst3Debug] fix a compilation error.
Browse files Browse the repository at this point in the history
  • Loading branch information
hotwatermorning committed Aug 28, 2019
1 parent 5c00d57 commit 23bfedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/vst3/Vst3Debug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ std::wstring tresult_to_wstring(tresult result)
Steinberg::tresult ShowError(Steinberg::tresult result, String context)
{
if(result != kResultOk) {
hwm::dout << wxString::Format(L"Failed(%ls): %ls",
hwm::wdout << wxString::Format(L"Failed(%ls): %ls",
tresult_to_wstring(result), context
).ToStdWstring()
<< std::endl;
Expand Down

0 comments on commit 23bfedf

Please sign in to comment.