Skip to content

Commit

Permalink
WAGE: Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Jan 6, 2016
1 parent 71f41f9 commit ac6e5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/wage/design.cpp
Expand Up @@ -55,7 +55,7 @@ namespace Wage {
struct plotData {
Graphics::Surface *surface;
Patterns *patterns;
int fillType;
uint fillType;
int thickness;

plotData(Graphics::Surface *s, Patterns *p, int f, int t) :
Expand Down

0 comments on commit ac6e5cc

Please sign in to comment.