This commit is contained in:
nojhan 2011-09-22 11:55:10 +02:00
commit 90e67e46d2
3 changed files with 40 additions and 40 deletions

View file

@ -38,7 +38,7 @@ class edoUniform : public edoDistrib< EOT >, public edoVectorBounds< EOT >
{
public:
edoUniform(EOT min, EOT max)
: edoVectorBounds< EOT >(min, max)
: edoVectorBounds< EOT >(min, max)
{}
};