Skip to content

Commit

Permalink
gcc compile error #7
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaldron authored Feb 11, 2024
1 parent 95e08e3 commit 09f8a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/applications/osgearth_features/osgearth_features.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ using namespace osgEarth::Util;

int usage( const std::string& app )
{
OE_NOTICE "\n" << app << "\n"
OE_NOTICE << "\n" << app << "\n"
<< " --rasterize : draw features as rasterized image tiles \n"
<< " --drape : draw features as projected texture \n"
<< " --clamp : draw features using shader clamping \n"
Expand Down

0 comments on commit 09f8a0c

Please sign in to comment.