summaryrefslogtreecommitdiffstats
path: root/test/cpp/test_lilv_hpp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/test_lilv_hpp.cpp')
-rw-r--r--test/cpp/test_lilv_hpp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/test_lilv_hpp.cpp b/test/cpp/test_lilv_hpp.cpp
index 57cbda1..7e6de72 100644
--- a/test/cpp/test_lilv_hpp.cpp
+++ b/test/cpp/test_lilv_hpp.cpp
@@ -6,7 +6,7 @@
int
main()
{
- Lilv::World world{};
+ const Lilv::World world{};
return 0;
}