Skip to content

Commit

Permalink
Add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
elnormous committed Mar 4, 2016
1 parent e24a6c6 commit 3bf02f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ouzel/tvos/WindowTVOS.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace ouzel
{
class WindowTVOS: public Window
{
friend Engine
friend Engine;
public:
virtual ~WindowTVOS();

Expand Down

0 comments on commit 3bf02f6

Please sign in to comment.