From kde-commits Sun Oct 09 19:53:37 2005 From: Sascha Cunz Date: Sun, 09 Oct 2005 19:53:37 +0000 To: kde-commits Subject: branches/work/kdelibs4_snapshot/kdecore Message-Id: <1128887617.366806.11389.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=112888763220138 SVN commit 468945 by cunz: allow to link a project that has more than one file including ktempdir.h M +1 -1 ktempdir.h --- branches/work/kdelibs4_snapshot/kdecore/ktempdir.h #468944:468945 @@ -146,6 +146,6 @@ }; // KDE4 -bool KTempDir::existing() const { return exists(); } +inline bool KTempDir::existing() const { return exists(); } #endif