summaryrefslogtreecommitdiffstats
path: root/lasso/extract_types.py
diff options
context:
space:
mode:
authorDamien Laniel <dlaniel@entrouvert.com>2008-02-29 14:17:46 +0000
committerDamien Laniel <dlaniel@entrouvert.com>2008-02-29 14:17:46 +0000
commit709ec9867febbcbd233831707eb40d89be1242ec (patch)
tree6af75ec7e09cdeb1e7a8385974ff96e4fac96adc /lasso/extract_types.py
parentc9ae4db6ccabc3cc53baf742bec2ae9a5a344390 (diff)
downloadlasso-709ec9867febbcbd233831707eb40d89be1242ec.tar.gz
lasso-709ec9867febbcbd233831707eb40d89be1242ec.tar.xz
lasso-709ec9867febbcbd233831707eb40d89be1242ec.zip
fixed the prototype of get_type functions to avoid warnings on windows
Diffstat (limited to 'lasso/extract_types.py')
-rw-r--r--lasso/extract_types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/extract_types.py b/lasso/extract_types.py
index abc0b736..f6dc4abe 100644
--- a/lasso/extract_types.py
+++ b/lasso/extract_types.py
@@ -28,7 +28,7 @@ fd = StringIO()
print >> fd, "/* This file has been autogenerated; changes will be lost */"
print >> fd, ""
-print >> fd, "typedef GType (*type_function) (void);"
+print >> fd, "typedef GType (*type_function) ();"
print >> fd, ""
header_files = []