diff --git a/src/data/settings/tracker_new_templates/C++ header b/src/data/settings/tracker_new_templates/C++ header index 4f20843284..6a670242df 100644 --- a/src/data/settings/tracker_new_templates/C++ header +++ b/src/data/settings/tracker_new_templates/C++ header @@ -1,5 +1,5 @@ /* - * Copyright 2015 Your Name + * Copyright 2018, Your Name * All rights reserved. Distributed under the terms of the MIT license. */ #ifndef _H @@ -11,7 +11,7 @@ class { public: - + private: }; diff --git a/src/data/settings/tracker_new_templates/C++ source b/src/data/settings/tracker_new_templates/C++ source index 8c9b7d4a2c..412f046f7f 100644 --- a/src/data/settings/tracker_new_templates/C++ source +++ b/src/data/settings/tracker_new_templates/C++ source @@ -1,5 +1,5 @@ /* - * Copyright 2015 Your Name + * Copyright 2018, Your Name * All rights reserved. Distributed under the terms of the MIT license. */