Fixes issue 202.

This commit is contained in:
castano 2014-05-21 18:09:47 +00:00
parent 7e74261f92
commit 6ade0e27b7

View File

@ -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 *);
}; };