1
0
Fork 0

In progress...

This commit is contained in:
Kolan Sh 2016-04-03 17:41:25 +03:00
parent a42429896e
commit 85aa140257
1 changed files with 5 additions and 5 deletions

View File

@ -55,9 +55,9 @@ namespace LAview.Core.Plugins {
}
}
[ModuleInit]
Type plugin_init (GLib.TypeModule type_module) {
return typeof (PluginObjectExample);
}
}
[ModuleInit]
Type plugin_init (GLib.TypeModule type_module) {
return typeof (PluginObjectExample);
}