From Colin McDonald, "I had to tighten a declaration in OpenFlight/FltWriteResult.h, as the Solaris SunStudio 11 compiler was being picky and wouldn't compile."
This commit is contained in:
parent
55e98d390e
commit
189049f9bd
@ -50,7 +50,7 @@ public:
|
|||||||
void setNumWarnings( int n );
|
void setNumWarnings( int n );
|
||||||
int getNumWarnings() const;
|
int getNumWarnings() const;
|
||||||
|
|
||||||
typedef std::pair< int, std::string > MessagePair;
|
typedef std::pair< osg::NotifySeverity, std::string > MessagePair;
|
||||||
typedef std::vector< MessagePair > MessageVector;
|
typedef std::vector< MessagePair > MessageVector;
|
||||||
|
|
||||||
void warn( const std::string &ss )
|
void warn( const std::string &ss )
|
||||||
|
Loading…
Reference in New Issue
Block a user