From 2905ff1727bf6ce7863fb96124cbc6eed1a6a3bf Mon Sep 17 00:00:00 2001 From: ski Date: Fri, 20 Mar 2015 11:27:57 +0300 Subject: [PATCH] 0025150: Java wrapper Workaround name conflicts with OCCT methods for Java wrapper compilation --- src/Aspect/Aspect_DisplayConnection.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Aspect/Aspect_DisplayConnection.hxx b/src/Aspect/Aspect_DisplayConnection.hxx index eb80fcacd1..bfbd7a6ab0 100755 --- a/src/Aspect/Aspect_DisplayConnection.hxx +++ b/src/Aspect/Aspect_DisplayConnection.hxx @@ -22,7 +22,7 @@ #include #if !defined(_WIN32) && (!defined(__APPLE__) || defined(MACOSX_USE_GLX)) && !defined(__ANDROID__) - #include + #include #endif //! This class creates and provides connection with X server.