From: Mikko Rasa Date: Fri, 21 Jun 2019 14:48:32 +0000 (+0300) Subject: Make the default constructor of Resources protected X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;ds=sidebyside;h=08fa4d11a07a52e62eb4e30730d2a2b9cdcb568d;hp=08fa4d11a07a52e62eb4e30730d2a2b9cdcb568d;p=libs%2Fdemoscene.git Make the default constructor of Resources protected ... instead of private. This enables derived classes to call the default constructor and then add their own types before initializing the sources. ---