Skip to content
Snippets Groups Projects
Commit a0888701 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix windows build

parent a92dab50
No related branches found
No related tags found
No related merge requests found
// $Id: Field.cpp,v 1.28 2008-04-06 07:53:13 geuzaine Exp $
// $Id: Field.cpp,v 1.29 2008-04-09 09:17:25 geuzaine Exp $
//
// Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
//
......@@ -187,14 +187,6 @@ FieldOptionBool(bool & _val, bool * _status = NULL):FieldOption(_status),
v_str = sstream.str();
}
};
class FieldOptionPath:public FieldOptionString
{
public:
FieldOptionType get_type()
{
return FIELD_OPTION_PATH;
};
};
void FieldManager::reset()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment