tcp: Fix 64 bit build with debugging features enabled.
[haiku.git] / src / preferences / notifications / SettingsHost.h
blob3774d7dd04c0668b66d66574c9c617e2686e5b6f
1 /*
2 * Copyright 2010, Haiku, Inc. All Rights Reserved.
3 * Copyright 2009, Pier Luigi Fiorini.
4 * Distributed under the terms of the MIT License.
5 */
6 #ifndef _SETTINGS_HOST_H
7 #define _SETTINGS_HOST_H
9 #include <vector>
11 #include "SettingsPane.h"
13 class SettingsHost {
14 public:
15 SettingsHost() {}
17 virtual void SettingChanged() = 0;
20 #endif // _SETTINGS_HOST_H