From: eap Date: Fri, 14 Dec 2012 10:32:29 +0000 (+0000) Subject: decorations :) X-Git-Tag: B4NGCMakeInt~16 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=738f590ee97da3f5bc3e3a7113073431411708e2;p=modules%2Fkernel.git decorations :) --- diff --git a/src/SALOMEDSImpl/SALOMEDSImpl_AttributeIOR.hxx b/src/SALOMEDSImpl/SALOMEDSImpl_AttributeIOR.hxx index 8df3ea125..ad248f507 100644 --- a/src/SALOMEDSImpl/SALOMEDSImpl_AttributeIOR.hxx +++ b/src/SALOMEDSImpl/SALOMEDSImpl_AttributeIOR.hxx @@ -29,11 +29,12 @@ #include "SALOMEDSImpl_Defines.hxx" #include "DF_Attribute.hxx" -#include #include "DF_Label.hxx" #include "SALOMEDSImpl_GenericAttribute.hxx" -class SALOMEDSIMPL_EXPORT SALOMEDSImpl_AttributeIOR : +#include + +class SALOMEDSIMPL_EXPORT SALOMEDSImpl_AttributeIOR : public SALOMEDSImpl_GenericAttribute { private: @@ -53,7 +54,6 @@ public: DF_Attribute* NewEmpty() const; void Paste(DF_Attribute* into); ~SALOMEDSImpl_AttributeIOR() ; - }; #endif