Update libcurl.vapi for newer vala version
[cinaest] / src / plugin-registrar.vala
index 29eed01..69eccb7 100644 (file)
@@ -28,8 +28,8 @@ public class PluginRegistrar<T> : Object {
                assert (Module.supported ());
        }
 
-       public PluginRegistrar (string path) {
-               this.path = path;
+       public PluginRegistrar (string _path) {
+               Object (path: _path);
        }
 
        public bool load () {