Remove some old-style-casts.
This commit is contained in:
parent
e35de2a8a7
commit
8e03231312
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ static lg::log_domain log_arrows("arrows");
|
|||
#define LOG_ARR LOG_STREAM(info, log_arrows)
|
||||
#define DBG_ARR LOG_STREAM(debug, log_arrows)
|
||||
|
||||
#define SCREEN ((display*)resources::screen)
|
||||
#define SCREEN (static_cast<display*>(resources::screen))
|
||||
|
||||
arrow::arrow(bool hidden)
|
||||
: layer_(display::LAYER_ARROWS)
|
||||
|
|
Loading…
Add table
Reference in a new issue