some more gcc4 fixes for print addons
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19108 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -147,7 +147,7 @@ enum MarginUnit {
|
||||
*/
|
||||
class MarginView : public BBox
|
||||
{
|
||||
friend MarginManager;
|
||||
friend class MarginManager;
|
||||
|
||||
private:
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
#include <SupportDefs.h>
|
||||
#include <File.h>
|
||||
#include <string>
|
||||
using namespace std;
|
||||
|
||||
class SpoolMetaData {
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user