mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-24 13:50:49 +03:00
0024256: TKOpenGl - C++/CLI application compilation issue due to namespaces collision
This commit is contained in:
@@ -266,7 +266,7 @@ public:
|
||||
//! @return messanger instance
|
||||
inline const Handle_Message_Messenger& Messanger() const
|
||||
{
|
||||
return Message::DefaultMessenger();
|
||||
return ::Message::DefaultMessenger();
|
||||
}
|
||||
|
||||
//! Callback for GL_ARB_debug_output extension
|
||||
|
Reference in New Issue
Block a user