Fixed: Applied DENG2_PIMPL macros to private instances
When using DENG2_PRIVATE, it is mandatory to derive the privateInstance from de::IPrivate or de::Private<>.
View differences
Fixed: Applied DENG2_PIMPL macros to private instances
When using DENG2_PRIVATE, it is mandatory to derive the private
Instance from de::IPrivate or de::Private<>.