Skip to content

Commit

Permalink
Lint error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Linus_Probert committed Dec 1, 2016
1 parent ecdbc42 commit e959014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Camera.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace flat2d
mapWidth(1920),
mapHeight(1080) { }

virtual ~Camera() { };
virtual ~Camera() { }

/**
* Tell the camera what the "play space" dimensions are.
Expand Down

0 comments on commit e959014

Please sign in to comment.