Diffusion Krita 863846a158b9

Fix dynamic cast between two shared pointers

Authored by tymond on Jan 20 2020, 10:54 PM.

Description

Fix dynamic cast between two shared pointers

Before this commit, there would be an incorrect
dynamic cast between two shared pointers in
KisFavoriteResourceManager. This commit fixes it.

Details