xref: /haiku/src/kits/mail/MailSettingsView.cpp (revision e81a954787e50e56a7f06f72705b7859b6ab06d1)
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 }
20