]> git.mxchange.org Git - simgear.git/commit
De-virtualise SGSky to avoid a clang warning.
authorJames Turner <zakalawe@mac.com>
Sun, 16 Sep 2012 15:34:10 +0000 (16:34 +0100)
committerJames Turner <zakalawe@mac.com>
Sun, 16 Sep 2012 15:34:10 +0000 (16:34 +0100)
commite8c2483432638a18abd3669fc8bc366a44017164
tree74164d50faa43ca12c51ed83e74e03b6e7d5782e
parentfd495574a4e1b3541db4799c85f643095b0e69d2
De-virtualise SGSky to avoid a clang warning.

Clang was complaining that SGSky has virtual methods, but no virtual destructor. It turns out we're never subclassing SGSky - it's used directly. Hence, remove all the 'virtual' attributes from its methods.
simgear/scene/sky/sky.hxx