Fix compile enable final

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=720828
This commit is contained in:
Laurent Montel 2007-10-03 20:23:46 +00:00
parent bd1f639f95
commit 2fe2f1bca9

View File

@ -1,3 +1,6 @@
#ifndef BLUR_CPP
#define BLUR_CPP
/*
* Copyright 2007 Jani Huhtanen <jani.huhtanen@tut.fi>
*
@ -145,3 +148,4 @@ inline const T& qClamp(const T &x, const T &low, const T &high)
else return x;
}
#endif