mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-03 16:39:01 -06:00 
			
		
		
		
	settings_setting: Fix MSVC error
This commit is contained in:
		@@ -170,7 +170,7 @@ public:
 | 
				
			|||||||
            } else {
 | 
					            } else {
 | 
				
			||||||
                this->SetValue(static_cast<Type>(std::stoll(input)));
 | 
					                this->SetValue(static_cast<Type>(std::stoll(input)));
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        } catch (std::invalid_argument& e) {
 | 
					        } catch (std::invalid_argument&) {
 | 
				
			||||||
            this->SetValue(this->GetDefault());
 | 
					            this->SetValue(this->GetDefault());
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user