Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Exception.cpp « system « intern « freestyle « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7fafd321f4e291c8c59c7cb0de313cd3f0dc35f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0-or-later */

/** \file
 * \ingroup freestyle
 * \brief Singleton to manage exceptions
 */

#include "Exception.h"

namespace Freestyle {

Exception::exception_type Exception::_exception = Exception::NO_EXCEPTION;

} /* namespace Freestyle */