]> git.tdb.fi Git - libs/demoscene.git/commit
Make the default constructor of Resources protected
authorMikko Rasa <tdb@tdb.fi>
Fri, 21 Jun 2019 14:48:32 +0000 (17:48 +0300)
committerMikko Rasa <tdb@tdb.fi>
Fri, 21 Jun 2019 14:48:32 +0000 (17:48 +0300)
commit08fa4d11a07a52e62eb4e30730d2a2b9cdcb568d
tree07d14cdcb0a58a24a16673236edc7e1e6c06aff0
parent94151737f2983ca7cade5be0e20c98fbc6f11eea
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.
source/resources.cpp
source/resources.h