X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Fmain.h;h=108e392a33d03e8547e3798fd8011044ef1b2652;hp=b0c7a47d798c70edc31d04681e243094d34de70c;hb=64b7c42c71c35d520424cf4ca5ecaa99faef8b26;hpb=ef0af5fd0129161a9e079bd3cd1298b53f1fe11a diff --git a/src/main.h b/src/main.h index b0c7a47..108e392 100644 --- a/src/main.h +++ b/src/main.h @@ -74,7 +74,7 @@ void RatCatcher(int x, int y, int buttons, int wheel, Screen * scr, View * view) } -inline void MainLoop(Document & doc, Screen & scr, View & view, int max_frames = -1) +void MainLoop(Document & doc, Screen & scr, View & view, int max_frames = -1) { // order is important... segfaults occur when screen (which inits GL) is not constructed first -_- DebugScript script;