1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/graphics/libx3dtk/files/patch-examples-infoReader-Date.h
Martin Wilke 33c56fba95 - Unbreak for 6.2
PR:		ports/103752
Submitted by:	German Tischler <tanis(at)gaspode.franken.de> (maintainer)
2006-09-30 07:47:25 +00:00

20 lines
368 B
C++

*** examples/infoReader/Date.h.orig Thu Sep 28 13:22:51 2006
--- examples/infoReader/Date.h Thu Sep 28 13:23:03 2006
***************
*** 17,23 ****
int year;
};
! std::ostream& X3DTK::operator<<(std::ostream& o, const Date &date);
}
--- 17,23 ----
int year;
};
! std::ostream& operator<<(std::ostream& o, const Date &date);
}