mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
33c56fba95
PR: ports/103752 Submitted by: German Tischler <tanis(at)gaspode.franken.de> (maintainer)
20 lines
368 B
C++
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);
|
|
|
|
}
|
|
|