X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fui_config.h;h=09e844883161653f5ecd7c942d86256b41a49e51;hb=459eda7e11e4b8fa9767dc8a3e2b1228dc54078e;hp=da1ebd3784bec73ea597d790395493337e7e0189;hpb=015fc7b39fab97cee1875231694adce43155ceb5;p=ardour.git diff --git a/gtk2_ardour/ui_config.h b/gtk2_ardour/ui_config.h index da1ebd3784..09e8448831 100644 --- a/gtk2_ardour/ui_config.h +++ b/gtk2_ardour/ui_config.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2000-2007 Paul Davis + Copyright (C) 2000-2007 Paul Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -24,7 +24,7 @@ #include #include -#include "pbd/stateful.h" +#include "pbd/stateful.h" #include "pbd/xml++.h" #include "ardour/configuration_variable.h" @@ -80,7 +80,7 @@ class UIConfiguration : public PBD::Stateful int save_state (); int load_defaults (); - int set_state (const XMLNode&); + int set_state (const XMLNode&, int version); XMLNode& get_state (void); XMLNode& get_variables (std::string); void set_variables (const XMLNode&);