diff --git a/src/osgEarth/ExampleResources b/src/osgEarth/ExampleResources index 5f31a47174..e89d751a3c 100644 --- a/src/osgEarth/ExampleResources +++ b/src/osgEarth/ExampleResources @@ -203,7 +203,7 @@ namespace osgEarth { namespace Util template struct Action { FUNC_TYPE func; - bool eat = true; + bool eat; }; struct Push {