Skip to content

Commit e43cf79

Browse files
committed
Merge pull request #2 from locusrobotics/master
Removing deprecated g_type_init() call from camnode.cpp
2 parents 9975c18 + b5e70d0 commit e43cf79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/camnode.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ int main(int argc, char** argv)
841841
global.phNode = new ros::NodeHandle();
842842

843843

844-
g_type_init ();
844+
//g_type_init ();
845845

846846
// Print out some useful info.
847847
ROS_INFO ("Attached cameras:");

0 commit comments

Comments
 (0)