From 4af73fb07b69dce910abb2ac098b1045403cda67 Mon Sep 17 00:00:00 2001 From: sandman Date: Mon, 23 Sep 2002 10:16:35 +0000 Subject: gcc workaround for inline applied once again .. thanks Harlekin ;) --- diff --git a/library/inlinepics_p.h b/library/inlinepics_p.h index daa7413..c796326 100644 --- a/library/inlinepics_p.h +++ b/library/inlinepics_p.h @@ -3713,7 +3713,7 @@ static int cmpEmbedImage(const void *a, const void *b) const EmbedImage* eb = (const EmbedImage*)b; return strcmp(ea->name,eb->name); } -inline const QImage& qembed_findImage(const char* name) +inline static const QImage& qembed_findImage(const char* name) { EmbedImage key; key.name = name; EmbedImage* r = (EmbedImage*)bsearch( &key, embed_image_vec, -- cgit v0.9.0.2