freebsd-ports/emulators/stella/files/patch-src::emucore::m6502::src::M6502.hxx
Kirill Ponomarev fba5e67906 - Update to version 1.3
PR:		57004
Submitted by:	Ports Fury
2003-09-24 13:55:05 +00:00

11 lines
451 B
C++

--- src/emucore/m6502/src/M6502.hxx.orig Tue Feb 18 10:19:44 2003
+++ src/emucore/m6502/src/M6502.hxx Wed Sep 17 00:45:41 2003
@@ -164,7 +164,7 @@
@param out The stream to output the addressing mode to
@param mode The addressing mode to output
*/
- friend ostream& operator<<(ostream& out, const AddressingMode& mode);
+ friend std::ostream& operator<<(std::ostream& out, const AddressingMode& mode);
protected:
/**