]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Fixed recently introduced cpp-check
authorTomek Mrugalski <tomasz@isc.org>
Tue, 23 Aug 2016 19:43:38 +0000 (21:43 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 23 Aug 2016 19:43:38 +0000 (21:43 +0200)
src/lib/eval/tests/token_unittest.cc

index 690392d845141a218bdebe56939e84087f17b39e..2fcf1c549d656cd6b0fdade57666f00d142f0bfb 100644 (file)
@@ -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();