mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
'gtk2_ardour' - Add namespaces + casting where necessary + general bits of 'correctness' to keep MSVC happy
This commit is contained in:
parent
d382925fba
commit
f8574fc39d
17 changed files with 26 additions and 27 deletions
|
|
@ -198,9 +198,8 @@ gtk_custom_ruler_set_property (GObject *object,
|
|||
const GValue *value,
|
||||
GParamSpec *pspec)
|
||||
{
|
||||
(void) pspec;
|
||||
|
||||
GtkCustomRuler *ruler = GTK_CUSTOM_RULER (object);
|
||||
(void) pspec;
|
||||
|
||||
switch (prop_id)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue