Skip to content

Commit

Permalink
Fixing SsmlOutputSpeech to be public
Browse files Browse the repository at this point in the history
  • Loading branch information
timheuer committed Dec 25, 2016
1 parent a0a8aba commit 192e122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Alexa.NET/Response/SsmlOutputSpeech.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Alexa.NET.Response
{
class SsmlOutputSpeech : IOutputSpeech
public class SsmlOutputSpeech : IOutputSpeech
{
[JsonRequired]
[JsonProperty("type")]
Expand Down

0 comments on commit 192e122

Please sign in to comment.