summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Laniel <dlaniel@entrouvert.com>2007-04-25 14:14:48 +0000
committerDamien Laniel <dlaniel@entrouvert.com>2007-04-25 14:14:48 +0000
commit1596e5fac3bab3d6bb448987eb64d3f4fa0df8dc (patch)
tree6e22703b3df6fd7692dc3a0bd59c2ca8a80e4fcb
parentdc0ebd749ea26b1bf2640858df60b8e207de8fe7 (diff)
removed const warning from gcc
-rw-r--r--swig/Lasso-wsf2.i2
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()