From 34f723cdc8ba5c7f50f317a56221c6ab40736a6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sun, 3 Aug 2008 19:43:59 +0000 Subject: [PATCH] gcc4 fix. my->beers--; git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26769 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/device/JoystickTweaker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kits/device/JoystickTweaker.cpp b/src/kits/device/JoystickTweaker.cpp index 5eeaf064df..748d2f418a 100644 --- a/src/kits/device/JoystickTweaker.cpp +++ b/src/kits/device/JoystickTweaker.cpp @@ -65,7 +65,7 @@ _BJoystickTweaker::save_config(const entry_ref *ref) status_t _BJoystickTweaker::scan_including_disabled(const char* rootPath, BList *list, - BEntry *rootEntry = NULL) + BEntry *rootEntry) { BDirectory root;