freebsd-ports/graphics/inventor/files/patch-apps-tools-ivfix_ivfix.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
334 B
C++

--- apps/tools/ivfix/ivfix.c++.orig 2013-10-10 14:55:27.000000000 +0200
+++ apps/tools/ivfix/ivfix.c++ 2013-10-10 14:55:33.000000000 +0200
@@ -80,7 +80,7 @@
//
/////////////////////////////////////////////////////////////////////////////
-main(int argc, char **argv)
+int main(int argc, char **argv)
{
OptionInfo options;