From: kgv Date: Mon, 14 Oct 2013 11:04:28 +0000 (+0400) Subject: 0024256: TKOpenGl - C++/CLI application compilation issue due to namespaces collision X-Git-Tag: V6_7_0_beta~68 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=8fa64b522f948430e7b651fa264adf580b9af80a;p=occt-copy.git 0024256: TKOpenGl - C++/CLI application compilation issue due to namespaces collision --- diff --git a/src/OpenGl/OpenGl_Context.hxx b/src/OpenGl/OpenGl_Context.hxx index 73a8eca385..ba7ffcc1f9 100644 --- a/src/OpenGl/OpenGl_Context.hxx +++ b/src/OpenGl/OpenGl_Context.hxx @@ -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