mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
0024256: TKOpenGl - C++/CLI application compilation issue due to namespaces collision
This commit is contained in:
parent
1da5279e08
commit
8fa64b522f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user