This commit is contained in:
Jonas Kulla 2014-01-02 00:17:31 +01:00
parent a0a27889a3
commit 0a336ea315
1 changed files with 3 additions and 3 deletions

View File

@ -178,9 +178,9 @@ struct RGSSThreadData
volatile bool rqScreenshot;
RGSSThreadData(EventThread *ethread,
const char *argv0,
SDL_Window *window,
const Config& newconf)
const char *argv0,
SDL_Window *window,
const Config& newconf)
: rqTerm(false),
rqTermAck(false),
ethread(ethread),