Skip to content

Commit

Permalink
Fix #2441 C++11 compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaldron committed Feb 23, 2024
1 parent faf6a4e commit 7cb2f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osgEarth/ExampleResources
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ namespace osgEarth { namespace Util
template<typename FUNC_TYPE>
struct Action {
FUNC_TYPE func;
bool eat = true;
bool eat;
};

struct Push {
Expand Down

0 comments on commit 7cb2f3d

Please sign in to comment.