summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Taylor <rob.taylor@codethink.co.uk>2007-08-16 14:05:47 +0100
committerRob Taylor <rob.taylor@codethink.co.uk>2007-08-16 14:05:47 +0100
commit4b60f0883dde5dd74708afdb62092b76c8933f7b (patch)
tree44f499e8511c3186b01283845eb1bb07947071ac
parentbce8e5e54d05bd68d4a74fed4932dddb4d39c41a (diff)
ohm-plugin fix
-rw-r--r--ohmd/ohm-plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ohmd/ohm-plugin.c b/ohmd/ohm-plugin.c
index 345d63f..4012e48 100644
--- a/ohmd/ohm-plugin.c
+++ b/ohmd/ohm-plugin.c
@@ -49,7 +49,7 @@
#define OHM_PLUGIN_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), OHM_TYPE_PLUGIN, OhmPluginPrivate))
-struct OhmPluginPrivate
+struct _OhmPluginPrivate
{
OhmConf *conf;
GModule *handle;