Applying patch from issue 1257: "Code cleanup: removal of unnessesary variables, fixed C-style pointer casting" on behalf of lebedev
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#include "../rtengine/safegtk.h"
|
||||
|
||||
int FilePanelInitUI (void* data) {
|
||||
((FilePanel*)data)->init ();
|
||||
(static_cast<FilePanel*>(data))->init ();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user