Browse Source

[1924] cancel a constify; recent change does not allow that any more.

JINMEI Tatuya 12 years ago
parent
commit
b13d755de9
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/lib/cc/tests/session_unittests.cc

+ 1 - 2
src/lib/cc/tests/session_unittests.cc

@@ -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());