+ fix warnings with Win32 build

This commit is contained in:
wmayer
2015-12-01 00:51:57 +01:00
parent f46371b6ac
commit 93a3dc0cdd
27 changed files with 63 additions and 74 deletions

View File

@@ -26,17 +26,11 @@
#ifndef _PreComp_
#endif
/// Here the FreeCAD includes sorted by Base,App,Gui......
#include <Base/Parameter.h>
#include "ViewProviderRuledSurface.h"
#include <Mod/Part/App/PartFeatures.h>
#include <Gui/Application.h>
//#include "Tree.h"
#include <Base/Parameter.h>
using namespace PartGui;
@@ -48,7 +42,7 @@ using namespace std;
PROPERTY_SOURCE(PartGui::ViewProviderRuledSurface, PartGui::ViewProviderPart)
ViewProviderRuledSurface::ViewProviderRuledSurface()
{
sPixmap = "Part_RuledSurface.svg";