repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
BPicture: Fix archive constructor.
[haiku.git]
/
src
/
add-ons
/
translators
/
ico
/
ConfigView.h
blob
71514f16ecea4292a00e0a07561db373595cfcad
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
7
8
9
#include <GroupView.h>
10
11
12
class
ConfigView
:
public
BGroupView
{
13
public
:
14
ConfigView
();
15
virtual
~
ConfigView
();
16
};
17
18
#endif
/* CONFIG_VIEW_H */