Browse Source

[master] Fixed recently introduced cpp-check

Tomek Mrugalski 8 years ago
parent
commit
9fcdcedd7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/eval/tests/token_unittest.cc

+ 1 - 1
src/lib/eval/tests/token_unittest.cc

@@ -487,7 +487,7 @@ public:
     ///
     /// @param expected expected string representation on stack after evaluation
     /// @param value integer value passed to constructor
-    void testInteger(std::string expected, uint32_t value) {
+    void testInteger(const std::string& expected, uint32_t value) {
 
         clearStack();