diff options
Diffstat (limited to 'src/variable.cpp')
-rw-r--r-- | src/variable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/variable.cpp b/src/variable.cpp index 88ac1bc..4ddec1a 100644 --- a/src/variable.cpp +++ b/src/variable.cpp | |||
@@ -1048,7 +1048,7 @@ void Variable::deinitType() | |||
1048 | 1048 | ||
1049 | Variable::Type Variable::bestType( Variable::Type t1, Variable::Type t2 ) const | 1049 | Variable::Type Variable::bestType( Variable::Type t1, Variable::Type t2 ) const |
1050 | { | 1050 | { |
1051 | Type tBest = Bu::max( t1, t2 ); | 1051 | Type tBest = Bu::buMax( t1, t2 ); |
1052 | 1052 | ||
1053 | return tBest; | 1053 | return tBest; |
1054 | } | 1054 | } |