ports/graphics/inventor/files/patch-apps-tools-ivinfo_ivinfo.c++
Pietro Cerutti 047129ab56 - Fix build with modern compilers
PR:		182900
Submitted by:	gahr
Approved by:	maintainer
2013-10-21 07:29:28 +00:00

11 lines
278 B
C++

--- apps/tools/ivinfo/ivinfo.c++.orig 2013-10-10 14:56:40.000000000 +0200
+++ apps/tools/ivinfo/ivinfo.c++ 2013-10-10 14:56:45.000000000 +0200
@@ -159,7 +159,7 @@
}
}
-main(int argc, char *argv[])
+int main(int argc, char *argv[])
{
SoInput in;
SoNode *root;