Fix build issue
This commit is contained in:
parent
4f8b5f4399
commit
b181d0b1da
|
@ -348,11 +348,11 @@ void MyWin::main_releases()
|
|||
// }
|
||||
}
|
||||
|
||||
void MyWin::check_toggled()
|
||||
{
|
||||
// Get the state of check button and set the config to json file
|
||||
prefs->save_config_now();
|
||||
}
|
||||
// void MyWin::check_toggled()
|
||||
// {
|
||||
// // Get the state of check button and set the config to json file
|
||||
// prefs->save_config_now();
|
||||
// }
|
||||
|
||||
void MyWin::setup_drop(const Glib::RefPtr<Gtk::ListItem> &item)
|
||||
{
|
||||
|
|
|
@ -67,5 +67,5 @@ private:
|
|||
void on_window_hide(Gtk::Window *window);
|
||||
void about_dialog();
|
||||
void main_releases();
|
||||
void check_toggled();
|
||||
// void check_toggled();
|
||||
};
|
Loading…
Reference in New Issue