X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=src%2Fmain.h;h=108e392a33d03e8547e3798fd8011044ef1b2652;hb=e08b7671a4592481aa73d68b30b7bd1d96e75002;hp=b0c7a47d798c70edc31d04681e243094d34de70c;hpb=ef0af5fd0129161a9e079bd3cd1298b53f1fe11a;p=ipdf%2Fcode.git 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;