change char* to const char* in differential.cpp
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@587 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: c558427e9764ede7e74fb892745c97c21ea84959 Former-commit-id: 2975659c557a5978fa44cc824743e57990f57af7
This commit is contained in:
parent
22aa5a78e7
commit
262a69cb14
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
#include "sim.h"
|
||||
|
||||
void
|
||||
SimDifferentialConfig(void *hdle, char *section, tDifferential *differential)
|
||||
SimDifferentialConfig(void *hdle, const char *section, tDifferential *differential)
|
||||
{
|
||||
char *type;
|
||||
|
||||
|
|
Loading…
Reference in a new issue