Added osg:: qualifyer to OSG_NOTIFY macro
This commit is contained in:
@@ -79,7 +79,7 @@ extern OSG_EXPORT std::ostream& notify(const NotifySeverity severity);
|
||||
|
||||
inline std::ostream& notify(void) { return notify(osg::INFO); }
|
||||
|
||||
#define OSG_NOTIFY(level) if (isNotifyEnabled(level)) osg::notify(level)
|
||||
#define OSG_NOTIFY(level) if (osg::isNotifyEnabled(level)) osg::notify(level)
|
||||
#define OSG_FATAL OSG_NOTIFY(osg::FALTAL)
|
||||
#define OSG_WARN OSG_NOTIFY(osg::WARN)
|
||||
#define OSG_NOTICE OSG_NOTIFY(osg::NOTICE)
|
||||
|
||||
Reference in New Issue
Block a user