blob: a9e6982883d8634aa70c2f4a456307aed528dc21 [file] [log] [blame]
// Copyright 2017 PDFium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
#include "fxjs/xfa/cjx_calculate.h"
#include "xfa/fxfa/parser/cxfa_calculate.h"
CJX_Calculate::CJX_Calculate(CXFA_Calculate* node) : CJX_Node(node) {}
CJX_Calculate::~CJX_Calculate() = default;