Skip to content

Commit

Permalink
Fixed|Unix: Minor build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed May 14, 2015
1 parent 6a0815b commit 4611791
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion doomsday/apps/client/src/sys_system.cpp
Expand Up @@ -255,7 +255,6 @@ void Sys_HideMouseCursor()
ShowCursor(FALSE);
#else
// The cursor is controlled using Qt in Canvas.
DENG2_UNUSED(show);
#endif
}

Expand Down
1 change: 1 addition & 0 deletions doomsday/apps/client/src/unix/dd_uinit.cpp
Expand Up @@ -41,6 +41,7 @@
#include "de_misc.h"

#include <doomsday/filesys/fs_util.h>
#include <doomsday/filesys/sys_direc.h>
#include "dd_uinit.h"

#include <de/App>
Expand Down

0 comments on commit 4611791

Please sign in to comment.