diff options
Diffstat (limited to 'test/symbol_test.cpp')
-rw-r--r-- | test/symbol_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/symbol_test.cpp b/test/symbol_test.cpp index e52a294..1a73903 100644 --- a/test/symbol_test.cpp +++ b/test/symbol_test.cpp @@ -25,7 +25,7 @@ int main() { - using Symbol = Raul::Symbol; + using Symbol = raul::Symbol; std::list<std::string> names; names.emplace_back("Dry/Wet Balance"); |