From: Mikko Rasa Date: Sat, 13 Nov 2021 14:56:32 +0000 (+0200) Subject: Replace ProgramData copy constructor with a more explicit copy function X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;ds=sidebyside;h=9ec0e018234391efa66cc0f4080bfe470b910288;hp=9ec0e018234391efa66cc0f4080bfe470b910288;p=libs%2Fgl.git Replace ProgramData copy constructor with a more explicit copy function The copy constructor left so many members uncopied that it was rather questionable as copy constructor. This makes it more clear that only uniform values are being copied. ---