From b09fa0e435bbf44b7a9a7b4033667a8026f88293 Mon Sep 17 00:00:00 2001 From: Oliver Ruiz Dorantes Date: Tue, 21 Apr 2009 20:59:47 +0000 Subject: [PATCH] - Fix Jamfile - Avoid constructor in parent class git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30303 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/bluetooth/LocalDeviceAddOn.h | 1 - src/add-ons/bluetooth/ResetLocalDevice/Jamfile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/headers/os/bluetooth/LocalDeviceAddOn.h b/headers/os/bluetooth/LocalDeviceAddOn.h index fc1a0425ce..6b0fb57b70 100644 --- a/headers/os/bluetooth/LocalDeviceAddOn.h +++ b/headers/os/bluetooth/LocalDeviceAddOn.h @@ -8,7 +8,6 @@ class LocalDeviceAddOn { public: - LocalDeviceAddOn(); virtual const char* GetName()=0; virtual status_t InitCheck(LocalDevice* lDevice)=0; diff --git a/src/add-ons/bluetooth/ResetLocalDevice/Jamfile b/src/add-ons/bluetooth/ResetLocalDevice/Jamfile index 2a5c05a768..22e3e95707 100644 --- a/src/add-ons/bluetooth/ResetLocalDevice/Jamfile +++ b/src/add-ons/bluetooth/ResetLocalDevice/Jamfile @@ -2,7 +2,7 @@ SubDir HAIKU_TOP src add-ons bluetooth ResetLocalDevice ; UsePrivateHeaders bluetooth ; -Addon ClassicBe : +Addon ResetLocalDevice : ResetLocalDevice.cpp : be ;