Fix compile enable final
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=720828
This commit is contained in:
parent
bd1f639f95
commit
2fe2f1bca9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user