Fixes issue 202.

import/raw
castano 10 years ago
parent fd48da2314
commit d691504b18

@ -162,9 +162,9 @@ namespace nv
void stripExtension(); void stripExtension();
// statics // statics
NVCORE_API static char separator(); static char separator();
NVCORE_API static const char * fileName(const char *); static const char * fileName(const char *);
NVCORE_API static const char * extension(const char *); static const char * extension(const char *);
}; };

Loading…
Cancel
Save