Update copyright year
This commit is contained in:
parent
bca488c3d7
commit
4c78c69da0
132 changed files with 176 additions and 219 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (C) 2017 Jonathan Müller <jonathanmueller.dev@gmail.com>
|
||||
// Copyright (C) 2017-2018 Jonathan Müller <jonathanmueller.dev@gmail.com>
|
||||
// This file is subject to the license terms in the LICENSE file
|
||||
// found in the top-level directory of this distribution.
|
||||
|
||||
|
|
@ -111,9 +111,7 @@ namespace cppast
|
|||
{
|
||||
public:
|
||||
/// \effects Sets the name.
|
||||
basic_builder(std::string name) : function(new T(name))
|
||||
{
|
||||
}
|
||||
basic_builder(std::string name) : function(new T(name)) {}
|
||||
|
||||
/// \effects Adds a parameter.
|
||||
void add_parameter(std::unique_ptr<cpp_function_parameter> parameter)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue