From 5aeb6af61490df93ff8be39cf62fe7782fe4674b Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Mon, 4 Jan 2010 09:12:12 +0100 Subject: rework cSettings class to use a new way for setters and getters The basic idea behind this commit is to get rid of those bad looking getters and setters, where we have no logic used by them. --- dxr3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dxr3.h') diff --git a/dxr3.h b/dxr3.h index 9bbceb9..2eb9eb7 100644 --- a/dxr3.h +++ b/dxr3.h @@ -69,7 +69,7 @@ public: Add(new cDxr3OsdItem(hk(tr("Toggle force letterbox")), DXR3_FORCE_LETTER_BOX)); - if (cSettings::instance()->GetUseDigitalOut()) + if (cSettings::instance()->useDigitalOut()) Add(new cDxr3OsdItem(hk(tr("Switch to analog audio output")), DXR3_ANALOG_OUT)); else -- cgit v1.2.3