Skip to content

Commit

Permalink
fix gcc compile error #6
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaldron committed Feb 10, 2024
1 parent 041b047 commit 95e08e3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ using namespace osgEarth;
int
fail(const std::string& msg, char** argv)
{
OE_WARN LC << msg << std::endl;
OE_WARN LC << argv[0]
OE_WARN << LC << msg << std::endl;
OE_WARN << LC << argv[0]
<< "\n --in <filename> ; model to process"
<< "\n --out <filename> ; output texture filename"
<< "\n --size <n> ; dimension of texture"
Expand Down

0 comments on commit 95e08e3

Please sign in to comment.