Change some explicit usage
This commit is contained in:
@@ -63,7 +63,7 @@ class FHT {
|
||||
* should be at least 3. Values of more than 3 need a trigonometry table.
|
||||
* @see makeCasTable()
|
||||
*/
|
||||
FHT(int);
|
||||
explicit FHT(int);
|
||||
|
||||
~FHT();
|
||||
int sizeExp() const;
|
||||
|
||||
Reference in New Issue
Block a user