Skip to content
Snippets Groups Projects
Commit 92effe55 authored by Jordi Inglada's avatar Jordi Inglada
Browse files

Extrac qualifier removed

parent fa32d894
Branches
Tags
No related merge requests found
...@@ -92,7 +92,7 @@ public: ...@@ -92,7 +92,7 @@ public:
* @return 0 if no error or an int greater than 0 indicating the error * @return 0 if no error or an int greater than 0 indicating the error
* @param julianDate [out] The class that receives the result of the conversion of the current JSDDateTime into GMST Date * @param julianDate [out] The class that receives the result of the conversion of the current JSDDateTime into GMST Date
*/ */
int JSDDateTime::AsGMSTDateTime(GMSTDateTime* GMST); int AsGMSTDateTime(GMSTDateTime* GMST);
operator JulianDate() ; operator JulianDate() ;
operator GMSTDateTime() ; operator GMSTDateTime() ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment