Skip to content
Snippets Groups Projects
Commit a77832c6 authored by Laurent Van Migroet's avatar Laurent Van Migroet
Browse files

BUG msvc : setNoSuccess should return a value

parent 409bee0e
No related branches found
No related tags found
No related merge requests found
......@@ -10,11 +10,11 @@
class GEntity;
class GPoint
class GPoint
{
private:
double X, Y, Z;
const GEntity *e;
const GEntity *e;
double par[2];
bool success;
public:
......@@ -54,6 +54,7 @@ class GPoint
}
bool setNoSuccess (){
success = false;
return success;
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment