'gtk2_ardour' - Add namespaces + casting where necessary + general bits of 'correctness' to keep MSVC happy

This commit is contained in:
John Emmas 2013-10-03 09:06:56 +01:00
parent d382925fba
commit f8574fc39d
17 changed files with 26 additions and 27 deletions

View file

@ -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)
{