From fca9f2fbccd0c98eda64e832817bfed7af6a9dba Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 30 Jun 2007 23:46:56 +0000 Subject: Made slv2_gui_type_get_uri static. git-svn-id: http://svn.drobilla.net/lad/slv2@549 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slv2') diff --git a/slv2/gui.h b/slv2/gui.h index e87680a..0be22e3 100644 --- a/slv2/gui.h +++ b/slv2/gui.h @@ -46,7 +46,7 @@ extern "C" { * * Time = O(1) */ -const char* +static const char* slv2_gui_type_get_uri(SLV2GUIType type) { // Only one for now... -- cgit v1.2.1