From: sln Date: Thu, 11 Sep 2008 10:58:01 +0000 (+0000) Subject: Compilation warning removed X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e2b79d815e833fd5e84a2fc5c3931401c90e4b77;p=modules%2Fgui.git Compilation warning removed --- diff --git a/src/LightApp/LightApp_DataObject.h b/src/LightApp/LightApp_DataObject.h index c94ecb768..b6f7890b6 100644 --- a/src/LightApp/LightApp_DataObject.h +++ b/src/LightApp/LightApp_DataObject.h @@ -31,6 +31,7 @@ class LightApp_Study; #ifdef WIN32 #pragma warning ( disable:4251 ) +#pragma warning ( disable:4250 ) #endif class LIGHTAPP_EXPORT LightApp_DataObject : public virtual CAM_DataObject