Parcourir la source

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

JINMEI Tatuya il y a 12 ans
Parent
commit
b13d755de9
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  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());