This commit is contained in:
Jared Bruni
2024-03-13 21:47:38 -07:00
parent 927dff2ffb
commit 1eef04f6d9
+1 -1
View File
@@ -37,7 +37,7 @@ namespace cv_fract {
std::cerr << "Error invalid iterations\n";
}
void setZoom(double z) {
void setZoom(const double &z) {
zoom_ = z;
}