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
......@@ -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