Skip to content

Commit

Permalink
Fix warning in porting::setXorgWindowIcon when building without X11 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jayarndt authored and est31 committed Jul 7, 2016
1 parent 281e9f3 commit 795f1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/porting.cpp
Expand Up @@ -695,8 +695,8 @@ bool setXorgWindowIcon(IrrlichtDevice *device,

delete [] icon_buffer;

return true;
#endif
return true;
}

////
Expand Down

0 comments on commit 795f1c7

Please sign in to comment.