diff options
| author | Damien Laniel <dlaniel@entrouvert.com> | 2007-04-25 14:14:48 +0000 |
|---|---|---|
| committer | Damien Laniel <dlaniel@entrouvert.com> | 2007-04-25 14:14:48 +0000 |
| commit | 1596e5fac3bab3d6bb448987eb64d3f4fa0df8dc (patch) | |
| tree | 6e22703b3df6fd7692dc3a0bd59c2ca8a80e4fcb | |
| parent | dc0ebd749ea26b1bf2640858df60b8e207de8fe7 (diff) | |
removed const warning from gcc
| -rw-r--r-- | swig/Lasso-wsf2.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swig/Lasso-wsf2.i b/swig/Lasso-wsf2.i index a7d4736d..8341454c 100644 --- a/swig/Lasso-wsf2.i +++ b/swig/Lasso-wsf2.i @@ -130,7 +130,7 @@ typedef struct { THROW_ERROR() int initMetadataRegister(char *service_type, char *abstract, char *disco_provider_id, - const char *soap_endpoint); + char *soap_endpoint); END_THROW_ERROR() THROW_ERROR() |
