From 3f172c5a4c21279d555af03324dac6c965f24d9d Mon Sep 17 00:00:00 2001 From: Lukas W Date: Wed, 26 Nov 2014 11:33:01 +0100 Subject: [PATCH] Rename tranformable_auto_model to TransformableAutoModel I think this class isn't even used, probably safe to remove? --- ...ransformable_auto_model.h => TransformableAutoModel.h} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename include/{transformable_auto_model.h => TransformableAutoModel.h} (89%) diff --git a/include/transformable_auto_model.h b/include/TransformableAutoModel.h similarity index 89% rename from include/transformable_auto_model.h rename to include/TransformableAutoModel.h index ab9862e1b..9aadea0d7 100644 --- a/include/transformable_auto_model.h +++ b/include/TransformableAutoModel.h @@ -1,5 +1,5 @@ /* - * transformable_auto_model.h - template transformableAutoModel + * TransformableAutoModel.h - template transformableAutoModel * * Copyright (c) 2008 Tobias Doerffel * @@ -41,10 +41,10 @@ struct AutoModelTransformer template -class transformableAutoModel : public AutomatableModel +class TransformableAutoModel : public AutomatableModel { public: - transformableAutoModel( const AutoModelTransformer * _transformer, + TransformableAutoModel( const AutoModelTransformer * _transformer, const T _val = 0, const T _min = 0, const T _max = 0, @@ -57,7 +57,7 @@ public: { } - inline virtual ~transformableAutoModel() + inline virtual ~TransformableAutoModel() { }