char* -> const char*

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@818 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 18 years ago
parent 9e30482326
commit 39bf65f2f6

@ -306,7 +306,7 @@ struct amci_subtype_t {
int type;
/** ex. "Mu-Law" */
char* name;
const char* name;
/**
* This must be initialized.<br>

Loading…
Cancel
Save