Skip to content

Commit

Permalink
Update ttspeak.h
Browse files Browse the repository at this point in the history
  • Loading branch information
GascaK committed Aug 8, 2016
1 parent 7b36802 commit ee27ac7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ttspeak.h
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,9 @@ int ttspeak::voiceInput(std::string& saved)
TRUE, &coMemResult, NULL);
checkOut(hr);
}
else
return 1;

// Place holder for string return
char* temp = NULL;
// Sets the LPWSTR to type char[]
Expand Down

0 comments on commit ee27ac7

Please sign in to comment.