+ rename file to avoid build errors (with a Linux guest building on a Windows host)

git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5124 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
This commit is contained in:
wmayer 2011-11-13 15:38:24 +00:00
parent 62e8357b5d
commit b297f4b9a0
4 changed files with 5 additions and 5 deletions

View File

@ -97,8 +97,8 @@ SET(Features_SRCS
FeatureMirroring.h
FeatureRevolution.cpp
FeatureRevolution.h
Features.cpp
Features.h
PartFeatures.cpp
PartFeatures.h
PartFeature.cpp
PartFeature.h
PartFeatureReference.cpp

View File

@ -123,7 +123,7 @@ libPart_la_SOURCES=\
FeatureGeometrySet.cpp \
FeatureRevolution.cpp \
FeatureMirroring.cpp \
Features.cpp \
PartFeatures.cpp \
Geometry.cpp \
ImportIges.cpp \
ImportStep.cpp \
@ -175,7 +175,7 @@ include_HEADERS=\
FeatureGeometrySet.h \
FeatureRevolution.h \
FeatureMirroring.h \
Features.h \
PartFeatures.h \
Geometry.h \
ImportIges.h \
ImportStep.h \

View File

@ -30,7 +30,7 @@
#endif
#include "Features.h"
#include "PartFeatures.h"
using namespace Part;