]> git.mxchange.org Git - simgear.git/commitdiff
Remove duplicate members in SGSampleQueue.
authorJames Turner <zakalawe@mac.com>
Mon, 19 Nov 2012 15:33:53 +0000 (15:33 +0000)
committerJames Turner <zakalawe@mac.com>
Mon, 19 Nov 2012 15:33:53 +0000 (15:33 +0000)
Remove duplicate members shared by SGSoundSample and SGSampleQueue (which inherits from it). Change SGSoundSample to expose some members as protected data for access by the sample-queue, and hence share nearly all the methods. Also remove 'inline' keyword from virtual methods.


No differences found