summaryrefslogtreecommitdiffstats
path: root/src/World.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-08-10 23:09:54 +0000
committerDavid Robillard <d@drobilla.net>2012-08-10 23:09:54 +0000
commitcbea22cd669eab29773674cb6c258ca80d45b878 (patch)
tree40de026548d19b0709ce46225b50f994f9481c07 /src/World.cpp
parent762435ea92bbeed0b36afc5fa4303540f3e72ba1 (diff)
downloadingen-cbea22cd669eab29773674cb6c258ca80d45b878.tar.gz
ingen-cbea22cd669eab29773674cb6c258ca80d45b878.tar.bz2
ingen-cbea22cd669eab29773674cb6c258ca80d45b878.zip
Fix a ton of warnings.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4648 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/World.cpp')
-rw-r--r--src/World.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/World.cpp b/src/World.cpp
index c7ce14ba..1bf84732 100644
--- a/src/World.cpp
+++ b/src/World.cpp
@@ -53,7 +53,7 @@ namespace Serialisation { class Parser; class Serialiser; }
*
* \param name The base name of the module, e.g. "ingen_serialisation"
*/
-Glib::Module*
+static Glib::Module*
ingen_load_module(const string& name)
{
Glib::Module* module = NULL;