BPicture: Fix archive constructor.
[haiku.git] / src / add-ons / translators / ico / ConfigView.h
blob71514f16ecea4292a00e0a07561db373595cfcad
1 /*
2 * Copyright 2004-2005, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef CONFIG_VIEW_H
6 #define CONFIG_VIEW_H
9 #include <GroupView.h>
12 class ConfigView : public BGroupView {
13 public:
14 ConfigView();
15 virtual ~ConfigView();
18 #endif /* CONFIG_VIEW_H */