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
/
kits
/
mail
/
MailSettingsView.cpp
blob
c79bda33015524c903cb2075f553d84a0b1c1ae1
1
/*
2
* Copyright 2012, Axel Dörfler, axeld@pinc-software.de.
3
* Distributed under the terms of the MIT License.
4
*/
5
6
7
#include <MailSettingsView.h>
8
9
10
BMailSettingsView
::
BMailSettingsView
(
const char
*
name
)
11
:
12
BView
(
name
,
0
)
13
{
14
}
15
16
17
BMailSettingsView
::~
BMailSettingsView
()
18
{
19
}