minor fix in gpu's header

This commit is contained in:
Alexey Spizhevoy 2010-12-02 09:29:49 +00:00
parent ab04a03621
commit 68c41a6c6c

View File

@ -99,7 +99,7 @@ namespace cv
// border interpolation modes)
enum
{
BORDER_REFLECT101 = 0,
BORDER_REFLECT101 = 0
};
}