]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HBTAN/volya_complex.h
The example macro for reconstruction of the TPC raw data (Marian)
[u/mrichter/AliRoot.git] / HBTAN / volya_complex.h
index 71859843b3db9ae8bfdb5ee45788081fd15ae295..b96e69cebdda6b45f75128395b92f7a167c98b6a 100644 (file)
@@ -30,13 +30,13 @@ Version 1.0.1
 
 /////////////////////////// Helper Error Function
 
-void ComplexError (char *msg)
+void ComplexError (const char *msg)
 {
        cout << endl <<  msg << endl;
        exit (1);
 }
 
-void ComplexWarning (char *msg)
+void ComplexWarning (const char *msg)
 {
        cout << endl <<  msg << endl;
 }