Fixes issue 202.
This commit is contained in:
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…
Reference in New Issue
Block a user