From c9d5c168a28972d89b1b6fdb3927204480306685 Mon Sep 17 00:00:00 2001 From: punkrockguy318 Date: Mon, 7 Jun 2010 22:02:57 +0000 Subject: [PATCH] SDL: fixed a compile error with gcc --- src/movie.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/movie.h b/src/movie.h index 2bec979f..04a09d42 100644 --- a/src/movie.h +++ b/src/movie.h @@ -171,7 +171,7 @@ public: std::string romFilename; std::vector savestate; std::vector records; - std::vector> savestates; + std::vector > savestates; std::vector comments; std::vector subtitles; //this is the RERECORD COUNT. please rename variable.