Fixes issue 202.

pull/216/head
castano 10 years ago
parent 7e74261f92
commit 6ade0e27b7

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

Loading…
Cancel
Save