From e2b79d815e833fd5e84a2fc5c3931401c90e4b77 Mon Sep 17 00:00:00 2001 From: sln Date: Thu, 11 Sep 2008 10:58:01 +0000 Subject: [PATCH] Compilation warning removed --- src/LightApp/LightApp_DataObject.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2