summaryrefslogtreecommitdiffstats
path: root/tests/smf_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/smf_test.cpp')
-rw-r--r--tests/smf_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/smf_test.cpp b/tests/smf_test.cpp
index 3ca9715..75db43a 100644
--- a/tests/smf_test.cpp
+++ b/tests/smf_test.cpp
@@ -10,7 +10,7 @@ using namespace Raul;
int
main(int argc, char** argv)
{
- char* filename = NULL;
+ const char* filename = NULL;
if (argc < 2) {
filename = "./test.mid";