ThKattanek / emu64

C64 Emulator
https://www.thorsten-kattanek.de/index.php/projekte/emu64
GNU General Public License v2.0
37 stars 5 forks source link

Fixed compile proplem with mxe #244

Closed ThKattanek closed 1 year ago

ThKattanek commented 1 year ago

I have removed "using namespace std" everywhere.

Zirias commented 1 year ago

Seems you now need some std::endl as the compiler is confusing plain endl with something defined by Qt which is deprecated ;)

ThKattanek commented 1 year ago

Yes, that's exactly what happened. 😁