Skip to content
Snippets Groups Projects
Commit ea6e113b authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

COMP: errors raised by the wrappings

parent ac7600ca
No related branches found
No related tags found
No related merge requests found
......@@ -250,7 +250,7 @@ public:
* @return Nothing but throws ossimException on error.
*/
#if defined(_WIN32)
void computeGsd() throw(...);
void computeGsd();// throw();
#else
void computeGsd() throw(ossimException);
#endif
......
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