mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-31 09:21:58 +08:00
Use regular char instead of 32
This commit is contained in:
parent
2aa97855c8
commit
e3e1f4762e
@ -1,6 +1,6 @@
|
||||
#ifndef TEST_OPTIONS_HPP
|
||||
|
||||
/// Directory path, passed in from the outside, for the path to the test inputs dir.
|
||||
constexpr auto* testfile_dir {U"@TESTFILE_DIR@"};
|
||||
constexpr auto* testfile_dir {"@TESTFILE_DIR@"};
|
||||
|
||||
#endif // TEST_OPTIONS_HPP
|
||||
|
Loading…
x
Reference in New Issue
Block a user