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:
@@ -137,7 +137,7 @@ void FileBrowserEntry::getIconSize (int& w, int& h) {
|
||||
|
||||
FileThumbnailButtonSet* FileBrowserEntry::getThumbButtonSet () {
|
||||
|
||||
return (FileThumbnailButtonSet*)buttonSet;
|
||||
return (static_cast<FileThumbnailButtonSet*>(buttonSet));
|
||||
}
|
||||
|
||||
void FileBrowserEntry::procParamsChanged (Thumbnail* thm, int whoChangedIt) {
|
||||
|
Reference in New Issue
Block a user