From 1ef9783c3faed6a18e8cc2fba34f48b50bedd08a Mon Sep 17 00:00:00 2001 From: John Glover Date: Sat, 30 Jun 2012 18:48:33 +0100 Subject: [sndobj] Make ErrorMessage method const char* --- src/sndobj/HarmTable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sndobj/HarmTable.h') diff --git a/src/sndobj/HarmTable.h b/src/sndobj/HarmTable.h index 98671df..dfe1096 100644 --- a/src/sndobj/HarmTable.h +++ b/src/sndobj/HarmTable.h @@ -44,7 +44,7 @@ class HarmTable : public Table { void SetHarm(int harm, int type); - char* ErrorMessage(); + const char* ErrorMessage(); short MakeTable(); HarmTable(); void SetPhase(double phase){ m_phase = (double)(phase*TWOPI); } -- cgit v1.2.3