From b844bcae41c372d3e9f274e9213e78bb5416ee25 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Mon, 25 Feb 2008 19:53:43 +0000 Subject: [PATCH] Fix compile (need to export it) svn path=/trunk/KDE/kdebase/workspace/; revision=779292 --- lib/kwineffects.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kwineffects.h b/lib/kwineffects.h index 6b98f6511f..b7321ff741 100644 --- a/lib/kwineffects.h +++ b/lib/kwineffects.h @@ -891,7 +891,7 @@ class KWIN_EXPORT PaintClipper * } * @endcode */ - class Iterator + class KWIN_EXPORT Iterator { public: Iterator();