E-mail: fixed GCC4 build.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2007-2012, Haiku, Inc. All rights reserved.
|
* Copyright 2007-2015, Haiku, Inc. All rights reserved.
|
||||||
* Copyright 2001-2002 Dr. Zoidberg Enterprises. All rights reserved.
|
* Copyright 2001-2002 Dr. Zoidberg Enterprises. All rights reserved.
|
||||||
* Copyright 2011, Clemens Zeidler <[email protected]>
|
* Copyright 2011, Clemens Zeidler <[email protected]>
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
@@ -8,6 +8,8 @@
|
|||||||
|
|
||||||
#include "FilterConfigView.h"
|
#include "FilterConfigView.h"
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
#include <Alert.h>
|
#include <Alert.h>
|
||||||
#include <Bitmap.h>
|
#include <Bitmap.h>
|
||||||
#include <Box.h>
|
#include <Box.h>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2011-2012, Haiku, Inc. All rights reserved.
|
* Copyright 2011-2015, Haiku, Inc. All rights reserved.
|
||||||
* Copyright 2011, Clemens Zeidler <[email protected]>
|
* Copyright 2011, Clemens Zeidler <[email protected]>
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
@@ -8,6 +8,7 @@
|
|||||||
#include "FilterList.h"
|
#include "FilterList.h"
|
||||||
|
|
||||||
#include <set>
|
#include <set>
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
#include <Directory.h>
|
#include <Directory.h>
|
||||||
#include <FindDirectory.h>
|
#include <FindDirectory.h>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2011-2012, Haiku, Inc. All rights reserved.
|
* Copyright 2011-2015, Haiku, Inc. All rights reserved.
|
||||||
* Copyright 2011, Clemens Zeidler <[email protected]>
|
* Copyright 2011, Clemens Zeidler <[email protected]>
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
@@ -45,10 +45,10 @@ public:
|
|||||||
BString SimpleName(const entry_ref& ref,
|
BString SimpleName(const entry_ref& ref,
|
||||||
const BMailAccountSettings& settings) const;
|
const BMailAccountSettings& settings) const;
|
||||||
BString DescriptiveName(int32 index,
|
BString DescriptiveName(int32 index,
|
||||||
const BMailAccountSettings& settings,
|
const BMailAccountSettings& accountSettings,
|
||||||
const BMailAddOnSettings* settings) const;
|
const BMailAddOnSettings* settings) const;
|
||||||
BString DescriptiveName(const entry_ref& ref,
|
BString DescriptiveName(const entry_ref& ref,
|
||||||
const BMailAccountSettings& settings,
|
const BMailAccountSettings& accountSettings,
|
||||||
const BMailAddOnSettings* settings) const;
|
const BMailAddOnSettings* settings) const;
|
||||||
|
|
||||||
BMailSettingsView* CreateSettingsView(
|
BMailSettingsView* CreateSettingsView(
|
||||||
|
|||||||
Reference in New Issue
Block a user