Skip to content

Commit

Permalink
Merge pull request #4315 from larshg/FixON
Browse files Browse the repository at this point in the history
Fix opennurbs_error
  • Loading branch information
SergioRAgostinho authored Aug 10, 2020
2 parents c440618 + a9ee011 commit 0de7b33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ void ON_Error( const char*, /* sFileName: __FILE__ will do fine */
... /* printf() style ags */
);

ON_DECL
PCL_EXPORTS ON_DECL
void ON_ErrorEx( const char*, // sFileName: __FILE__ will do fine
int, // line number: __LINE__ will do fine
const char*, // sFunctionName: __FUNCTION__ will do fine
Expand Down

0 comments on commit 0de7b33

Please sign in to comment.