RIC:1060: Change in PTL
[ric-plt/e2.git] / RIC-E2-TERMINATION / base64.h
index f2f7b6f..d022c60 100644 (file)
@@ -55,7 +55,7 @@ public:
      * @param dstLen
      * @return 0 = OK -1 fault
      */
-    static int decode(const unsigned char *src, int srcLen, char unsigned *dst, long &dstLen);
+    static int decode(const unsigned char *src, int srcLen, char unsigned *dst, long dstLen);
 
 };