root/src/add-ons/print/drivers/gutenprint/GPJobConfiguration.cpp
/*
* Copyright 2010, Haiku. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
*               Michael Pfeiffer
*/
#include "GPJobConfiguration.h"

GPJobConfiguration::GPJobConfiguration()
        :
        fDriver(),
        fPageSize(),
        fResolution(),
        fInputSlot(),
        fPrintingMode(),
        fXDPI(600),
        fYDPI(600)
{
}