From cfb3613fcf068f071b353b26f778fc9b41ac8a38 Mon Sep 17 00:00:00 2001 From: sandman Date: Tue, 24 Sep 2002 22:52:01 +0000 Subject: Better workaround for the "ignoring inline" gcc bug, since editing the generated inlinepics_p.h makes no sense after all --- diff --git a/library/resource.cpp b/library/resource.cpp index 0db2a75..bdcd603 100644 --- a/library/resource.cpp +++ b/library/resource.cpp @@ -28,7 +28,13 @@ #include #include +// this namespace is just a workaround for a gcc bug +// gcc exports inline functions in the generated file +// inlinepics_p.h + +namespace { #include "inlinepics_p.h" +} /*! \class Resource resource.h -- cgit v0.9.0.2