From 09f8a0cd03a565981cf22bd0875b9496a21375ec Mon Sep 17 00:00:00 2001 From: Glenn Date: Sun, 11 Feb 2024 13:55:01 -0500 Subject: [PATCH] gcc compile error #7 --- src/applications/osgearth_features/osgearth_features.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/osgearth_features/osgearth_features.cpp b/src/applications/osgearth_features/osgearth_features.cpp index 81b88c49e2..8f88daa9af 100644 --- a/src/applications/osgearth_features/osgearth_features.cpp +++ b/src/applications/osgearth_features/osgearth_features.cpp @@ -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"