From 738f590ee97da3f5bc3e3a7113073431411708e2 Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 14 Dec 2012 10:32:29 +0000 Subject: [PATCH] decorations :) --- src/SALOMEDSImpl/SALOMEDSImpl_AttributeIOR.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2