]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1924] cancel a constify; recent change does not allow that any more.
authorJINMEI Tatuya <jinmei@isc.org>
Thu, 7 Feb 2013 19:39:03 +0000 (11:39 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Thu, 7 Feb 2013 19:39:03 +0000 (11:39 -0800)
src/lib/cc/tests/session_unittests.cc

index 939549c0711092114da4c072048f6a6d981e5b56..789fa0d38f6a546c105db6a9cea90ddfa90c7c1b 100644 (file)
@@ -184,8 +184,7 @@ protected:
 
     // Check the session sent a message with the given header. The
     // message is hardcoded.
-    void checkSentMessage(const string& expected_hdr,
-                          const char* description) const
+    void checkSentMessage(const string& expected_hdr, const char* description)
     {
         SCOPED_TRACE(description);
         const SentMessage &msg(sess.getSentMessage());