⛏️ index : haiku.git

/*
 * Copyright 2012, Axel DΓΆrfler, axeld@pinc-software.de.
 * Distributed under the terms of the MIT License.
 */


#include <MailSettingsView.h>


BMailSettingsView::BMailSettingsView(const char* name)
	:
	BView(name, 0)
{
}


BMailSettingsView::~BMailSettingsView()
{
}