1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-21 10:13:43 +03:00

0024256: TKOpenGl - C++/CLI application compilation issue due to namespaces collision

This commit is contained in:
kgv 2013-10-14 15:04:28 +04:00 committed by bugmaster
parent 1da5279e08
commit 8fa64b522f

View File

@ -266,7 +266,7 @@ public:
//! @return messanger instance //! @return messanger instance
inline const Handle_Message_Messenger& Messanger() const inline const Handle_Message_Messenger& Messanger() const
{ {
return Message::DefaultMessenger(); return ::Message::DefaultMessenger();
} }
//! Callback for GL_ARB_debug_output extension //! Callback for GL_ARB_debug_output extension