mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
Constification: make Stateful::get_state() const, with all other required const-ness added (libs)
This commit is contained in:
parent
9e69c0d184
commit
7bf89ce109
233 changed files with 476 additions and 460 deletions
|
|
@ -61,7 +61,7 @@ public:
|
|||
~Pane();
|
||||
|
||||
void set_divider (std::vector<float>::size_type divider, float fract);
|
||||
float get_divider (std::vector<float>::size_type divider = 0);
|
||||
float get_divider (std::vector<float>::size_type divider = 0) const;
|
||||
void set_child_minsize (Gtk::Widget const &, int32_t);
|
||||
|
||||
GType child_type_vfunc() const;
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ public:
|
|||
Gtk::Notebook* tab_root_drop ();
|
||||
|
||||
int set_state (const XMLNode&, int version);
|
||||
XMLNode& get_state ();
|
||||
XMLNode& get_state () const;
|
||||
|
||||
static std::string xml_node_name();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue