mirror of
https://github.com/taglib/taglib.git
synced 2025-07-14 02:54:27 -04:00
Prefixed public variables
This commit is contained in:
@ -17,7 +17,7 @@ using namespace std;
|
||||
|
||||
inline string testFilePath(const string &filename)
|
||||
{
|
||||
return string(TESTS_DIR "data/") + filename;
|
||||
return string(TAGLIB_TESTS_DIR "data/") + filename;
|
||||
}
|
||||
|
||||
#define TEST_FILE_PATH_C(f) testFilePath(f).c_str()
|
||||
|
Reference in New Issue
Block a user