diff options
Diffstat (limited to 'uca-net-camera.c')
-rw-r--r-- | uca-net-camera.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uca-net-camera.c b/uca-net-camera.c index 6091ebb..a2411fd 100644 --- a/uca-net-camera.c +++ b/uca-net-camera.c @@ -586,7 +586,7 @@ uca_net_camera_init (UcaNetCamera *self) } G_MODULE_EXPORT GType -uca_camera_get_type (void) +camera_plugin_get_type (void) { return UCA_TYPE_NET_CAMERA; } |